Skip to content

Commit b35895e

Browse files
committed
Update changelog with new releases
Related to #35
1 parent b5c270d commit b35895e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v0.5.0 and v0.6.0
2+
3+
Maintenance release without any new features.
4+
5+
These are created to account for breaking changes within the dependency graph of
6+
`gitoxide` crates. Due to some blunders in the past the version on crates.io
7+
could not be installed anymore.
8+
This was eventually fixed with new minor releases across the ecosystem.
9+
10+
Finally, yet another breaking change due to the introduction of the `git-hash`
11+
crate to break a dependency cycle between `git-object` and `git-features` caused
12+
yet another maintenance release.
13+
114
### v0.4.1
215

316
* fix installation via `cargo install`

tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* [x] all docs, sans examples
55
* [x] Rename pack data/pack index `Kind` to `Version` or similar, because that's what it really is.
66
* **git-object** refactor
7-
* [ ] split `Id` and everything hash related into `git-id`
8-
* [ ] use `git-id` inside of `git-features`, remove cycle
7+
* [x] split `Id` and everything hash related into `git-id`
8+
* [x] use `git-id` inside of `git-features`, remove cycle
99
* **Documentation (with deny(missing_docs))**
1010
* [x] git-features
1111
* [ ] git-object

0 commit comments

Comments
 (0)