Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Nov 2, 2024
1 parent 964153a commit 3485627
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tindercrypt"
version = "0.3.2"
version = "0.3.3"
authors = ["Alex Pyrgiotis <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit 3485627

Please sign in to comment.