Skip to content

Commit

Permalink
chore: update gitoid crate CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
alilleybrinker authored Mar 9, 2024
1 parent 5863c85 commit 05f2d8d
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions gitoid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [gitoid-v0.7.0] - 2024-03-07
## [0.7.1] - 2024-03-09

### Changed

- Update project and crate READMEs (#173)

## [0.7.0] - 2024-03-07

### Changed

- Fix broken `CHANGELOG.md`
- Rename `GitOid` methods for clarity (#167)
- Update `gitoid` crate CHANGELOG.md
- Release

## [gitoid-v0.6.0] - 2024-03-07
## [0.6.0] - 2024-03-07

### Changed

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

## [gitoid-v0.5.0] - 2024-02-19
## [0.5.0] - 2024-02-19

### Added

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

## [gitoid-v0.4.0] - 2024-02-14
## [0.4.0] - 2024-02-14

### Changed

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

## [gitoid-v0.3.0] - 2024-02-12
## [0.3.0] - 2024-02-12

### Changed

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

[gitoid-v0.7.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
[gitoid-v0.6.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
[gitoid-v0.5.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
[gitoid-v0.4.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
[gitoid-v0.3.0]: https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0
[0.7.1]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.7.0..gitoid-v0.7.1
[0.7.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.6.0..gitoid-v0.7.0
[0.6.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..gitoid-v0.6.0
[0.5.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0
[0.4.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0
[0.3.0]: https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0

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

0 comments on commit 05f2d8d

Please sign in to comment.