This commit is contained in:
MedzikUser 2022-03-09 18:25:31 +01:00
parent f55a67b626
commit b6e911ffb5
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,9 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
## [0.2.0] - 2022-03-09
### CLI
- added completions
- update short aliases
- added option --timeout
### Other
- Added README
@ -32,5 +35,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- -e, --timer Enable timer (counted from the current time) (optional)
<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0
[0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0

2
Cargo.lock generated
View File

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

View File

@ -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.1.0"
version = "0.2.0"
edition = "2021"
[profile.release]