diff --git a/CHANGELOG.md b/CHANGELOG.md index afd5ef6..bbc4041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.1.6] - 2023-09-08 + ### Compatibility - MSRV raised to 1.70.0 @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/rust-cli/argfile/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/rust-cli/argfile/compare/v0.1.6...HEAD +[0.1.6]: https://github.com/rust-cli/argfile/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/rust-cli/argfile/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/rust-cli/argfile/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/rust-cli/argfile/compare/v0.1.2...v0.1.3 diff --git a/Cargo.lock b/Cargo.lock index f6798c8..cf2ba2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "argfile" -version = "0.1.5" +version = "0.1.6" dependencies = [ "clap", "fs-err", diff --git a/Cargo.toml b/Cargo.toml index a4d2fe9..2b04859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "argfile" -version = "0.1.5" +version = "0.1.6" description = "Load additional CLI args from file" repository = "https://github.com/rust-cli/argfile.git" homepage = "https://github.com/rust-cli/argfile"