diff --git a/CHANGELOG.md b/CHANGELOG.md index aee3b16..7da1d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.3.0] - 2022-10-05 + ## [0.2.7] - 2022-10-03 ## [0.2.6] - 2022-09-30 @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2021-08-17 -[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.2.7...HEAD +[Unreleased]: https://github.com/gitext-rs/git-fixture/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/gitext-rs/git-fixture/compare/v0.2.7...v0.3.0 [0.2.7]: https://github.com/gitext-rs/git-fixture/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/gitext-rs/git-fixture/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/gitext-rs/git-fixture/compare/v0.2.4...v0.2.5 diff --git a/Cargo.lock b/Cargo.lock index bd4b1a9..48abdd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "git-fixture" -version = "0.2.7" +version = "0.3.0" dependencies = [ "bstr", "clap", diff --git a/Cargo.toml b/Cargo.toml index 50cd9b1..a6b0e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-fixture" description = "Reproducible git trees for bug reporting and testing" -version = "0.2.7" +version = "0.3.0" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-fixture.git" documentation = "https://docs.rs/git-fixture"