From 0b99d455c3ba40bd0c02c49971285ffc24bc4956 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 21 Mar 2024 08:07:56 +0100 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea490b6..8523f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.13.0] - 2024-03-21 ### Changed - [PR#67](https://github.com/EmbarkStudios/tame-gcs/pull/67) update `http` -> 1.1.0. @@ -177,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of `tame-gcs` -[Unreleased]: https://github.com/EmbarkStudios/tame-gcs/compare/0.12.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-gcs/compare/0.13.0...HEAD +[0.13.0]: https://github.com/EmbarkStudios/tame-gcs/compare/0.12.4...0.13.0 [0.12.4]: https://github.com/EmbarkStudios/tame-gcs/compare/0.12.2...0.12.4 [0.12.2]: https://github.com/EmbarkStudios/tame-gcs/compare/0.12.1...0.12.2 [0.12.1]: https://github.com/EmbarkStudios/tame-gcs/compare/0.12.0...0.12.1 diff --git a/Cargo.lock b/Cargo.lock index 4d1de7e..4a44e36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tame-gcs" -version = "0.12.4" +version = "0.13.0" dependencies = [ "bytes", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 31f2a5a..d5164f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-gcs" -version = "0.12.4" +version = "0.13.0" authors = [ "Embark ", "Jake Shadle ",