Skip to content

Commit 25d2980

Browse files
committed
Release v0.3.0
1 parent d9a7717 commit 25d2980

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Versioning].
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2021-01-11
11+
1012
### Added
1113

1214
- Allow users to derive a key from a secret value and the encryption metadata.
@@ -87,7 +89,8 @@ Initial release.
8789
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
8890
[#6]: https://github.com/apyrgio/tindercrypt/issues/6
8991

90-
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...HEAD
92+
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.3.0...HEAD
93+
[0.3.0]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...v0.3.0
9194
[0.2.2]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...v0.2.2
9295
[0.2.1]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...v0.2.1
9396
[0.2.0]: https://github.com/apyrgio/tindercrypt/compare/v0.1.1...v0.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tindercrypt"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Alex Pyrgiotis <apyrgio@gmail.com>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)