Bump version to 0.2.0

This commit is contained in:
Joscha 2023-05-14 15:53:25 +02:00
parent 483c69efd9
commit 6fd284fed7
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ Procedure when bumping the version number:
## Unreleased
## v0.2.0 - 2023-05-14
### Added
- `serde` feature
- `serde::from_row_via_index`

View file

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