diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1d1d9..36c374b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.2.2] - 2024-03-21 ### Changed - [PR#20](https://github.com/EmbarkStudios/gsutil/pull/20) updated dependencies, notably moving to `http` 1.1 by updating `reqwest`, `tame-oauth`, and `tame-gcs`. @@ -48,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of `gsutil`, mostly ported from [tame-gcs](https://github.com/EmbarkStudios/tame-gcs) examples. -[Unreleased]: https://github.com/EmbarkStudios/gsutil/compare/0.2.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/gsutil/compare/0.2.2...HEAD +[0.2.2]: https://github.com/EmbarkStudios/gsutil/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/EmbarkStudios/gsutil/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/EmbarkStudios/gsutil/compare/0.1.3...0.2.0 [0.1.3]: https://github.com/EmbarkStudios/gsutil/compare/0.1.2...0.1.3 diff --git a/Cargo.lock b/Cargo.lock index 76b197a..576de6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gsutil" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 727b94a..051f341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gsutil" description = "Incomplete replacement for the official gsutil" -version = "0.2.1" +version = "0.2.2" authors = [ "Embark ", "Jake Shadle ",