Bump version to 0.4.0

This commit is contained in:
Joscha 2022-09-01 21:29:08 +02:00
parent 7d598df28a
commit fff774dd16
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,8 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
## v0.4.0 - 2022-09-01
### Added ### Added
- Config file and `--config` cli option - Config file and `--config` cli option
- `data_dir` config option - `data_dir` config option

2
Cargo.lock generated
View file

@ -174,7 +174,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]] [[package]]
name = "cove" name = "cove"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cove" name = "cove"
version = "0.3.0" version = "0.4.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]