mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
release v0.1.0
This commit is contained in:
parent
c04752f96d
commit
c285b0d8a4
3 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: release
|
name: deployment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0] - 2021-01-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Parse TOML config [#1]
|
- Parse TOML config [#1]
|
||||||
|
@ -26,8 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Icon in table when attachment is present [#16]
|
- Icon in table when attachment is present [#16]
|
||||||
- Multi-account [#17]
|
- Multi-account [#17]
|
||||||
- Password from command [#22]
|
- Password from command [#22]
|
||||||
|
- Set up README [#20]
|
||||||
|
|
||||||
[unreleased]: https://github.com/soywod/himalaya
|
[unreleased]: https://github.com/soywod/himalaya/compare/v0.1.0...HEAD
|
||||||
|
[0.1.0]: https://github.com/soywod/himalaya/releases/tag/v0.1.0
|
||||||
|
|
||||||
[#1]: https://github.com/soywod/himalaya/issues/1
|
[#1]: https://github.com/soywod/himalaya/issues/1
|
||||||
[#2]: https://github.com/soywod/himalaya/issues/2
|
[#2]: https://github.com/soywod/himalaya/issues/2
|
||||||
|
@ -45,5 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[#16]: https://github.com/soywod/himalaya/issues/16
|
[#16]: https://github.com/soywod/himalaya/issues/16
|
||||||
[#17]: https://github.com/soywod/himalaya/issues/17
|
[#17]: https://github.com/soywod/himalaya/issues/17
|
||||||
[#19]: https://github.com/soywod/himalaya/issues/19
|
[#19]: https://github.com/soywod/himalaya/issues/19
|
||||||
|
[#20]: https://github.com/soywod/himalaya/issues/20
|
||||||
[#21]: https://github.com/soywod/himalaya/issues/21
|
[#21]: https://github.com/soywod/himalaya/issues/21
|
||||||
[#22]: https://github.com/soywod/himalaya/issues/22
|
[#22]: https://github.com/soywod/himalaya/issues/22
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# 📫 Himalaya [![gh-actions](https://github.com/soywod/himalaya/workflows/release/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Arelease)
|
# 📫 Himalaya [![gh-actions](https://github.com/soywod/himalaya/workflows/deployment/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Adeployment)
|
||||||
|
|
||||||
Minimalist CLI email client, written in Rust.
|
Minimalist CLI email client, written in Rust.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue