@@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ gitoid-v0.7.0] - 2024-03-07
8
+ ## [ 0.7.1] - 2024-03-09
9
+
10
+ ### Changed
11
+
12
+ - Update project and crate READMEs (#173 )
13
+
14
+ ## [ 0.7.0] - 2024-03-07
9
15
10
16
### Changed
11
17
12
18
- Fix broken ` CHANGELOG.md `
13
19
- Rename ` GitOid ` methods for clarity (#167 )
20
+ - Update ` gitoid ` crate CHANGELOG.md
21
+ - Release
14
22
15
- ## [ gitoid-v0 .6.0] - 2024-03-07
23
+ ## [ 0 .6.0] - 2024-03-07
16
24
17
25
### Changed
18
26
@@ -26,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
34
- Update ` gitoid ` crate CHANGELOG.md
27
35
- Release
28
36
29
- ## [ gitoid-v0 .5.0] - 2024-02-19
37
+ ## [ 0 .5.0] - 2024-02-19
30
38
31
39
### Added
32
40
@@ -41,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
49
- Improve GitOid trait bounds (#111 )
42
50
- Minor cleanup of docs and trait defs. (#112 )
43
51
44
- ## [ gitoid-v0 .4.0] - 2024-02-14
52
+ ## [ 0 .4.0] - 2024-02-14
45
53
46
54
### Changed
47
55
@@ -55,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
63
- Fixed broken FFI code on Windows. (#97 )
56
64
- Windows FFI mistakenly using BufReader (#98 )
57
65
58
- ## [ gitoid-v0 .3.0] - 2024-02-12
66
+ ## [ 0 .3.0] - 2024-02-12
59
67
60
68
### Changed
61
69
@@ -75,10 +83,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
83
- Hide C test executables
76
84
- Moved, cleaned up cbindgen.toml
77
85
78
- [ gitoid-v0.7.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
79
- [ gitoid-v0.6.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
80
- [ gitoid-v0.5.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
81
- [ gitoid-v0.4.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
82
- [ gitoid-v0.3.0 ] : https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0
86
+ [ 0.7.1 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.0..gitoid-v0.7.1
87
+ [ 0.7.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
88
+ [ 0.6.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
89
+ [ 0.5.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
90
+ [ 0.4.0 ] : https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
91
+ [ 0.3.0 ] : https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0
83
92
84
93
<!-- generated by git-cliff -->
0 commit comments