mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-22 17:23:27 +00:00
release v0.8.3
This commit is contained in:
parent
34ad1add65
commit
5c360da80b
3 changed files with 7 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.3] - 2023-07-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed windows releases due to `coredump` crate compilation error.
|
||||
|
@ -580,7 +582,9 @@ 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.1...HEAD
|
||||
[Unreleased]: https://github.com/soywod/himalaya/compare/v0.8.3...HEAD
|
||||
[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
|
||||
[0.8.0]: https://github.com/soywod/himalaya/compare/v0.7.3...v0.8.0
|
||||
[0.7.3]: https://github.com/soywod/himalaya/compare/v0.7.2...v0.7.3
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1005,7 +1005,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "himalaya"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "himalaya"
|
||||
description = "CLI to manage your emails."
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
authors = ["soywod <clement.douin@posteo.net>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue