Bump version to 0.6.0
This commit is contained in:
parent
a487eeb85d
commit
9f9c3d998e
3 changed files with 4 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v0.6.0 - 2023-04-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Emoji support
|
- Emoji support
|
||||||
- `flake.nix`, making cove available as a nix flake
|
- `flake.nix`, making cove available as a nix flake
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -237,7 +237,7 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cove"
|
name = "cove"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cove"
|
name = "cove"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue