From b42af926ef0e07a4a07db246be0f08fdf3aae868 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 1 Nov 2024 15:01:41 +0200 Subject: [PATCH] Release v0.3.3 --- CHANGELOG.md | 16 +++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c649c5f..9a99253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ Versioning]. ## [Unreleased] +## [0.3.3] - 2024-11-01 + +### Fixed + +- Various fixes in order to make Tindercrypt work with the current stable Rust + version. + +### Changed + +- Update the `protobuf` dependency to 3.x, which brings some changes in the API + of the generated Rust code. Users of this library should not be affect, since + the Tindercrypt API has not changed. + ## [0.3.2] - 2021-06-21 ### Fixed @@ -118,7 +131,8 @@ Initial release. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html [#6]: https://github.com/apyrgio/tindercrypt/issues/6 -[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/apyrgio/tindercrypt/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/apyrgio/tindercrypt/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 92c3e2e..c8c4c39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "tindercrypt" -version = "0.3.2" +version = "0.3.3" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 93ae862..a5f39d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tindercrypt" -version = "0.3.2" +version = "0.3.3" authors = ["Alex Pyrgiotis "] edition = "2018" license = "MPL-2.0"