This commit is contained in:
MedzikUser 2022-01-25 19:53:51 +01:00
parent e7fab7de2d
commit 03970a517a
2 changed files with 6 additions and 3 deletions

View File

@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
## [0.2.0] - 2022-01-23
### Added
#### CLI
- create default config, if not exits
- when the image uploaded, send a notification (can be turn off in config)
- added completions
- shell completions
#### Library
- change OpenSSL to RusTLS
@ -38,5 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image
<!-- 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

View File

@ -3,7 +3,7 @@ name = "imgurs"
description = "API and CLI for Imgur"
license = "BSD-3-Clause"
rust-version = "1.58"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["MedzikUser <nivua1fn@duck.com>"]