diff --git a/Cargo.lock b/Cargo.lock index 0cd49243f..2b06930a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "meli" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 53dc3e3e9..e90947b46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,17 @@ [package] name = "meli" -version = "0.4.1" +version = "0.5.0" authors = ["Manos Pitsidianakis "] edition = "2018" +license = "GPL-3.0-or-later" +readme = "README" +description = "terminal mail client" +homepage = "https://meli.delivery" +repository = "https://git.meli.delivery/meli/meli.git" +keywords = ["mail", "mua", "maildir", "terminal", "imap"] +categories = ["command-line-utilities", "email"] + [[bin]] name = "meli" path = "src/bin.rs" diff --git a/debian/changelog b/debian/changelog index aae6c3cb6..8d6531b46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ -meli (0.4.1-1) UNRELEASED; urgency=low +meli (0.5.0-1) buster; urgency=low - * Initial release. Closes: #nnnn - + * Update to 0.5.0 + + -- Manos Pitsidianakis Wed, 29 Jan 2020 22:24:08 +0200 +meli (0.4.1-1) buster; urgency=low + + * Initial release. -- Manos Pitsidianakis Wed, 29 Jan 2020 22:24:08 +0200