diff --git a/CHANGELOG.md b/CHANGELOG.md index d2730d2..9932bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.1.4] - 2024-09-04 + ### Misc. * Update dependencies @@ -47,7 +50,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Read file at `ALLUP_FILE` environment variable * `--json` flag to get output as JSON -[Unreleased]: https://github.com/jcornaz/allup/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/jcornaz/allup/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/jcornaz/allup/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jcornaz/allup/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jcornaz/allup/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jcornaz/allup/compare/v0.1.0...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index 465bfcb..20d883d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "allup" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8b29460..34bc641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allup" -version = "0.1.3" +version = "0.1.4" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021"