From 525756da2a0b031ce717b9d4242db8d05cd68528 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 14 Mar 2022 19:52:55 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145fd47..4c26f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.2.1] - 2022-03-14 - added manpage +- change license to GPL3 ## [0.2.0] - 2022-03-09 ### CLI @@ -36,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - -e, --timer Enable timer (counted from the current time) (optional) -[Unreleased]: https://github.com/MedzikUser/discordrpc/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/MedzikUser/discordrpc/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/MedzikUser/discordrpc/commits/v0.2.1 [0.2.0]: https://github.com/MedzikUser/discordrpc/commits/v0.2.0 [0.1.0]: https://github.com/MedzikUser/discordrpc/commits/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 009620b..4ef2c0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "discordrpc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "better-panic", "clap", diff --git a/Cargo.toml b/Cargo.toml index 74440b1..1fee4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/MedzikUser/discord-rpc#readme" repository = "https://github.com/MedzikUser/discord-rpc.git" keywords = ["discord", "discord-rpc", "discordrpc", "discord-rpc-client"] categories = ["command-line-utilities"] -version = "0.2.0" +version = "0.2.1" edition = "2021" [profile.release]