mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
doc: update project desc, bump version v0.5.1
This commit is contained in:
parent
43785b3c1e
commit
f9775ae8af
7 changed files with 11 additions and 8 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.1] - 2021-10-24
|
||||
|
||||
### Added
|
||||
|
||||
- Disable color feature [#185]
|
||||
|
@ -247,7 +249,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.5.0...HEAD
|
||||
[unreleased]: https://github.com/soywod/himalaya/compare/v0.5.1...HEAD
|
||||
[0.5.1]: https://github.com/soywod/himalaya/compare/v0.5.0...v0.5.1
|
||||
[0.5.0]: https://github.com/soywod/himalaya/compare/v0.4.0...v0.5.0
|
||||
[0.4.0]: https://github.com/soywod/himalaya/compare/v0.3.2...v0.4.0
|
||||
[0.3.2]: https://github.com/soywod/himalaya/compare/v0.3.1...v0.3.2
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -361,7 +361,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "himalaya"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"ammonia",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "himalaya"
|
||||
description = "📫 CLI email client"
|
||||
version = "0.5.0"
|
||||
description = "CLI email client"
|
||||
version = "0.5.1"
|
||||
authors = ["soywod <clement.douin@posteo.net>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[![gh-actions](https://github.com/soywod/himalaya/workflows/nix-build/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Anix-build)
|
||||
[![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/himalaya.json&query=$.versions.stable&label=homebrew)](https://formulae.brew.sh/formula/himalaya)
|
||||
|
||||
CLI email client written in Rust.
|
||||
CLI email client
|
||||
|
||||
*The project is under active development. Do not use in production before the
|
||||
`v1.0.0` (see the [roadmap](https://github.com/soywod/himalaya/milestone/5)).*
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Name=himalaya
|
||||
DesktopName=Himalaya
|
||||
GenericName=Mail Reader
|
||||
Comment=CLI email client written in Rust
|
||||
Comment=CLI email client
|
||||
Comment[lo]=CLI ອີເມວໄຄລແອນທີ່ຂຽນດ້ວຍພາສາRust
|
||||
Comment[th]=CLI อีเมล์ไคลแอนท์ที่เขียนด้วยภาษาRust
|
||||
Terminal=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "📫 CLI email client";
|
||||
description = "CLI email client";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*himalaya.txt* - 📫 CLI email client
|
||||
*himalaya.txt* - CLI email client
|
||||
|
||||
_/ _/ _/_/_/ _/ _/ _/_/ _/ _/_/ _/ _/ _/_/
|
||||
_/ _/ _/ _/_/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
||||
|
|
Loading…
Reference in a new issue