Skip to content

Commit

Permalink
release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Jul 18, 2023
1 parent 679007b commit cb1178e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.2] - 2023-07-18

### Changed

- Made the code async using the tokio async runtime.
Expand Down
11 changes: 6 additions & 5 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,7 +1,7 @@
[package]
name = "himalaya"
description = "CLI to manage your emails."
version = "0.8.1"
version = "0.8.2"
authors = ["soywod <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -46,7 +46,7 @@ indicatif = "0.17"
log = "0.4"
md5 = "0.7.0"
once_cell = "1.16.0"
pimalaya-email = { git = "https://git.sr.ht/~soywod/pimalaya", default-features = false }
pimalaya-email = "=0.14.0"
pimalaya-keyring = "=0.0.5"
pimalaya-oauth2 = "=0.0.3"
pimalaya-process = "=0.0.5"
Expand Down

0 comments on commit cb1178e

Please sign in to comment.