Bump version: 0.2.5 → 0.3.0

This commit is contained in:
Eugene Pankov 2022-07-05 21:54:04 +02:00
parent 8ee95d309c
commit 844f8e0be8
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.5
current_version = 0.3.0
commit = True
tag = True

View file

@ -16,7 +16,7 @@ members = [
[workspace.package]
edition = "2021"
license = "Apache-2.0"
version = "version = "0.2.5""
version = "0.3.0"
[workspace.dependencies]
anyhow = { version = "1.0", features = ["backtrace", "std"] }