Skip to content

Commit 1e5439e

Browse files
committed
Release 0.2.2
1 parent 02d38af commit 1e5439e

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.2.2] - 2020-04-13
11+
1012
### Changed
1113

1214
- Use the `thiserror` crate to make the library errors implement the `Error`
@@ -55,7 +57,8 @@ Initial release.
5557
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
5658
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
5759

58-
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...HEAD
60+
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.2...HEAD
61+
[0.2.2]: https://github.com/apyrgio/tindercrypt/compare/v0.2.1...v0.2.2
5962
[0.2.1]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...v0.2.1
6063
[0.2.0]: https://github.com/apyrgio/tindercrypt/compare/v0.1.1...v0.2.0
6164
[0.1.1]: https://github.com/apyrgio/tindercrypt/compare/v0.1.0...v0.1.1

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.1"
3+
version = "0.2.2"
44
authors = ["Alex Pyrgiotis <apyrgio@gmail.com>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)