This commit is contained in:
MedzikUser 2022-03-14 19:52:55 +01:00
parent c4cf7c08bf
commit 525756da2a
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] ## [Unreleased]
## [0.2.1] - 2022-03-14
- added manpage - added manpage
- change license to GPL3
## [0.2.0] - 2022-03-09 ## [0.2.0] - 2022-03-09
### CLI ### 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) - -e, --timer Enable timer (counted from the current time) (optional)
<!-- next-url --> <!-- next-url -->
[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.2.0]: https://github.com/MedzikUser/discordrpc/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/discordrpc/commits/v0.1.0 [0.1.0]: https://github.com/MedzikUser/discordrpc/commits/v0.1.0

2
Cargo.lock generated
View File

@ -175,7 +175,7 @@ dependencies = [
[[package]] [[package]]
name = "discordrpc" name = "discordrpc"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"better-panic", "better-panic",
"clap", "clap",

View File

@ -7,7 +7,7 @@ homepage = "https://github.com/MedzikUser/discord-rpc#readme"
repository = "https://github.com/MedzikUser/discord-rpc.git" repository = "https://github.com/MedzikUser/discord-rpc.git"
keywords = ["discord", "discord-rpc", "discordrpc", "discord-rpc-client"] keywords = ["discord", "discord-rpc", "discordrpc", "discord-rpc-client"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
[profile.release] [profile.release]