Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jan 25, 2022
1 parent e7fab7d commit 03970a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]

Expand Down

0 comments on commit 03970a5

Please sign in to comment.