Skip to content

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed May 2, 2024
1 parent c4abacd commit ff2578a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1]

### Added

- Add a Dockerfile (#126)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[[bin]]
Expand All @@ -21,4 +21,4 @@ roxmltree = "0.19.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
# Used by cargo-deb
homepage = "https://github.com/cea-sec/openwec"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit ff2578a

Please sign in to comment.