File tree 2 files changed +15
-2
lines changed 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
14
### v0.4.1
2
15
3
16
* fix installation via ` cargo install `
Original file line number Diff line number Diff line change 4
4
* [x] all docs, sans examples
5
5
* [x] Rename pack data/pack index ` Kind ` to ` Version ` or similar, because that's what it really is.
6
6
* ** 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
9
9
* ** Documentation (with deny(missing_docs))**
10
10
* [x] git-features
11
11
* [ ] git-object
You can’t perform that action at this time.
0 commit comments