Bump version to 0.5.0

This commit is contained in:
Joscha 2024-09-04 00:32:47 +02:00
parent eb97fd22d9
commit 3be330db3f
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ Procedure when bumping the version number:
## Unreleased
## v0.5.0 - 2024-09-04
### Changed
- **(breaking)** Bumped `rusqlite` dependency from `0.31` to `0.32`

View file

@ -1,6 +1,6 @@
[package]
name = "vault"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
[features]