Skip to content

Commit 28fffe7

Browse files
committed
Release 0.2.0
1 parent 7a46471 commit 28fffe7

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.0] - 2020-03-22
11+
1012
### Added
1113

1214
- Add Windows support.
@@ -41,6 +43,7 @@ Initial release.
4143
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
4244
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
4345

44-
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.1.1...HEAD
46+
[Unreleased]: https://github.com/apyrgio/tindercrypt/compare/v0.2.0...HEAD
47+
[0.2.0]: https://github.com/apyrgio/tindercrypt/compare/v0.1.1...v0.2.0
4548
[0.1.1]: https://github.com/apyrgio/tindercrypt/compare/v0.1.0...v0.1.1
4649
[0.1.0]: https://github.com/apyrgio/tindercrypt/releases/tag/v0.1.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.1.1"
3+
version = "0.2.0"
44
authors = ["Alex Pyrgiotis <apyrgio@gmail.com>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)