Skip to content

Commit

Permalink
release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 8, 2021
1 parent daaa37f commit 402f9ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 39 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Unicode chars breaks the view [#71]
- Copy/move incomplete (missing parts) [#75]
## [0.2.3] - 2021-04-08

### Added

- Telescope support [#61]

### Fixed

- Unicode chars breaks the view [#71]
- Copy/move incomplete (missing parts) [#75]

## [0.2.2] - 2021-04-04

### Added
Expand Down Expand Up @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Password from command [#22]
- Set up README [#20]

[unreleased]: https://github.com/soywod/himalaya/compare/v0.2.2...HEAD
[unreleased]: https://github.com/soywod/himalaya/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/soywod/himalaya/compare/v0.2.3...v0.2.2
[0.2.2]: https://github.com/soywod/himalaya/compare/v0.2.2...v0.2.1
[0.2.1]: https://github.com/soywod/himalaya/compare/v0.2.1...v0.2.0
[0.2.0]: https://github.com/soywod/himalaya/compare/v0.2.0...v0.1.0
Expand Down
33 changes: 1 addition & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "himalaya"
description = "📫 Minimalist CLI email client"
version = "0.2.2"
version = "0.2.3"
authors = ["soywod <[email protected]>"]
edition = "2018"

[dependencies]
clap = {version = "2.33.3", default-features = false, features=["suggestions", "color"]}
clap = {version = "2.33.3", default-features = false, features = ["suggestions"]}
error-chain = "0.12.4"
imap = "2.4.0"
lettre = "0.10.0-beta.3"
Expand Down

0 comments on commit 402f9ef

Please sign in to comment.