Skip to content

Commit dd55d71

Browse files
committed
Release v0.3.1
1 parent f24498b commit dd55d71

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Versioning].
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2021-04-20
11+
1012
### Fixed
1113

1214
- Temporarily fix a build error for nightly Rust. In a nutshell, the generated
@@ -108,7 +110,8 @@ Initial release.
108110
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
109111
[#6]: https://github.com/apyrgio/tindercrypt/issues/6
110112

111-
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...HEAD
113+
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.1...HEAD
114+
[0.3.1]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...v0.3.1
112115
[0.3.0]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...v0.3.0
113116
[0.2.2]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...v0.2.2
114117
[0.2.1]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...v0.2.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tindercrypt"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Alex Pyrgiotis <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)