summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoscha <joscha@plugh.de>2022-09-26 21:07:09 +0200
committerJoscha <joscha@plugh.de>2022-09-26 21:24:58 +0200
commitec3ba311764091d980639d6ff20a7f90a1afe98f (patch)
treea4f40503796398529f1553ec5f228b03fc5d3c90
parent30fe8aac604e80e37a232e5835476f14644e7fdd (diff)
Bump version to 0.5.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 060de13..73c3d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ Procedure when bumping the version number:
## Unreleased
+## v0.5.0 - 2022-09-26
+
### Added
- Key bindings to navigate nick list
- Room deletion confirmation popup
diff --git a/Cargo.lock b/Cargo.lock
index 8335ea2..14a9ad0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,7 +174,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cove"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 74d0f80..6b26974 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cove"
-version = "0.4.0"
+version = "0.5.0"
edition = "2021"
[dependencies]