From e6a6497b308ed7768a39500d0eac6a6c0f736079 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 11 Aug 2022 00:02:40 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064c0c0..619fc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ Procedure when bumping the version number: 1. Update dependencies in a separate commit 2. Set version number in `Cargo.toml` 3. Add new section in this changelog -4. Commit with message `Bump version to vX.Y.Z` +4. Commit with message `Bump version to X.Y.Z` 5. Create tag named `vX.Y.Z` 6. Fast-forward branch `latest` 7. Push `master`, `latest` and the new tag ## Unreleased +## v0.2.0 - 2022-08-10 + ### Added - New messages are now marked as unseen - Sub-trees can now be folded diff --git a/Cargo.lock b/Cargo.lock index 220c87f..8ba6d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cove" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d97e79a..75ba1b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cove" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]