Bump version to 0.5.1

This commit is contained in:
Joscha 2022-11-27 02:07:19 +01:00
parent c84470ff5c
commit a2275d89eb
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,8 @@ Procedure when bumping the version number:
## Unreleased
## v0.5.1 - 2022-11-27
### Changed
- Increase reconnect delay to one minute
- Print errors that occurred while cove was running more compactly

2
Cargo.lock generated
View file

@ -161,7 +161,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cove"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"anyhow",
"async-trait",

View file

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