diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c07c15..693155d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/coralogix/protofetch/compare/v0.1.5...v0.1.6) - 2024-07-02 + +### Other +- Fetch optimizations ([#142](https://github.com/coralogix/protofetch/pull/142)) + ## [0.1.5](https://github.com/coralogix/protofetch/compare/v0.1.4...v0.1.5) - 2024-06-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index 6c8143f..0c6d673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,7 +894,7 @@ checksum = "8bccbff07d5ed689c4087d20d7307a52ab6141edeedf487c3876a55b86cf63df" [[package]] name = "protofetch" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9fd4116..ea0d02d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protofetch" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "Apache-2.0" description = "A source dependency management tool for Protobuf."