summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoscha <joscha@plugh.de>2022-09-01 21:29:08 +0200
committerJoscha <joscha@plugh.de>2022-09-01 21:37:03 +0200
commitfff774dd16b4b50fe93a54b67458907c2f973b2e (patch)
tree82267b13da1f0ae787240d57b6cc1cc9973292fc
parent7d598df28a01936b19743352219b1dec35b33908 (diff)
Bump version to 0.4.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 6599113..26e61ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ Procedure when bumping the version number:
## Unreleased
+## v0.4.0 - 2022-09-01
+
### Added
- Config file and `--config` cli option
- `data_dir` config option
diff --git a/Cargo.lock b/Cargo.lock
index e92781d..ecc64aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,7 +174,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cove"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index b851a3b..9d01461 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cove"
-version = "0.3.0"
+version = "0.4.0"
edition = "2021"
[dependencies]