release v0.2.7

This commit is contained in:
Clément DOUIN 2021-04-24 23:49:42 +02:00
parent f1e339d720
commit cc1311c168
No known key found for this signature in database
GPG key ID: 69C9B9CFFDEE2DEF
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -306,7 +306,7 @@ dependencies = [
[[package]]
name = "himalaya"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"chrono",
"clap",

View file

@ -1,7 +1,7 @@
[package]
name = "himalaya"
description = "📫 The CLI email client."
version = "0.2.6"
version = "0.2.7"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2018"

View file

@ -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)).*

View file

@ -1,5 +1,5 @@
{
description = "Minimalist CLI email client";
description = "The CLI email client.";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";