Skip to content

Commit

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

## [Unreleased]

## [0.8.4] - 2023-07-18

### Fixed

- Fixed windows releases due to cargo deps typo.

## [0.8.3] - 2023-07-18

### Fixed
Expand Down Expand Up @@ -582,7 +588,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.8.3...HEAD
[Unreleased]: https://github.com/soywod/himalaya/compare/v0.8.4...HEAD
[0.8.4]: https://github.com/soywod/himalaya/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/soywod/himalaya/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/soywod/himalaya/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/soywod/himalaya/compare/v0.8.0...v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.8.4"
authors = ["soywod <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -67,5 +67,5 @@ rusqlite = { version = "0.29", features = [] }
[target.'cfg(not(target_env = "musl"))'.dependencies]
rusqlite = { version = "0.29", features = ["bundled"] }

[target.'cfg(not(target_env = "windows"))'.dependencies]
[target.'cfg(not(windows))'.dependencies]
coredump = "=0.1.2"

0 comments on commit fff8249

Please sign in to comment.