From cc1311c168c1a31991d1879d4806d9760e260a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 24 Apr 2021 23:49:42 +0200 Subject: [PATCH] release v0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- flake.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df53d0..3c0ce8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.2.6" +version = "0.2.7" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 76af15a..aa9174f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 The CLI email client." -version = "0.2.6" +version = "0.2.7" authors = ["soywod "] edition = "2018" diff --git a/README.md b/README.md index c1908cc..f771bbd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 📫 Himalaya [![gh-actions](https://github.com/soywod/himalaya/workflows/deployment/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Adeployment) -CLI email client written in Rust. +The 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)).* diff --git a/flake.nix b/flake.nix index 2df1990..f690431 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Minimalist CLI email client"; + description = "The CLI email client."; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";