Bump version to 0.2.0
This commit is contained in:
parent
efe44bb6cb
commit
e6a6497b30
3 changed files with 5 additions and 3 deletions
|
|
@ -7,13 +7,15 @@ Procedure when bumping the version number:
|
|||
1. Update dependencies in a separate commit
|
||||
2. Set version number in `Cargo.toml`
|
||||
3. Add new section in this changelog
|
||||
4. Commit with message `Bump version to vX.Y.Z`
|
||||
4. Commit with message `Bump version to X.Y.Z`
|
||||
5. Create tag named `vX.Y.Z`
|
||||
6. Fast-forward branch `latest`
|
||||
7. Push `master`, `latest` and the new tag
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v0.2.0 - 2022-08-10
|
||||
|
||||
### Added
|
||||
- New messages are now marked as unseen
|
||||
- Sub-trees can now be folded
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -183,7 +183,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|||
|
||||
[[package]]
|
||||
name = "cove"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cove"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue