Skip to content

Commit 05f2d8d

Browse files
chore: update gitoid crate CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com>
1 parent 5863c85 commit 05f2d8d

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

gitoid/CHANGELOG.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
915

1016
### Changed
1117

1218
- Fix broken `CHANGELOG.md`
1319
- Rename `GitOid` methods for clarity (#167)
20+
- Update `gitoid` crate CHANGELOG.md
21+
- Release
1422

15-
## [gitoid-v0.6.0] - 2024-03-07
23+
## [0.6.0] - 2024-03-07
1624

1725
### Changed
1826

@@ -26,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2634
- Update `gitoid` crate CHANGELOG.md
2735
- Release
2836

29-
## [gitoid-v0.5.0] - 2024-02-19
37+
## [0.5.0] - 2024-02-19
3038

3139
### Added
3240

@@ -41,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4149
- Improve GitOid trait bounds (#111)
4250
- Minor cleanup of docs and trait defs. (#112)
4351

44-
## [gitoid-v0.4.0] - 2024-02-14
52+
## [0.4.0] - 2024-02-14
4553

4654
### Changed
4755

@@ -55,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5563
- Fixed broken FFI code on Windows. (#97)
5664
- Windows FFI mistakenly using BufReader (#98)
5765

58-
## [gitoid-v0.3.0] - 2024-02-12
66+
## [0.3.0] - 2024-02-12
5967

6068
### Changed
6169

@@ -75,10 +83,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7583
- Hide C test executables
7684
- Moved, cleaned up cbindgen.toml
7785

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
8392

8493
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)