Skip to content

Commit

Permalink
Bump version to 0.4.0 (#458)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated bitwarden version bump to 0.4.0
  • Loading branch information
bitwarden-devops-bot authored Dec 21, 2023
1 parent 0b306e3 commit 3746415
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitwarden"
version = "0.3.1"
version = "0.4.0"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/bw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inquire = "0.6.2"
log = "0.4.20"
tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] }

bitwarden = { path = "../bitwarden", version = "0.3.1", features = [
bitwarden = { path = "../bitwarden", version = "0.4.0", features = [
"internal",
"mobile",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.8"
uuid = { version = "^1.6.1", features = ["serde"] }

bitwarden = { path = "../bitwarden", version = "0.3.1", features = ["secrets"] }
bitwarden = { path = "../bitwarden", version = "0.4.0", features = ["secrets"] }

[dev-dependencies]
tempfile = "3.8.1"
Expand Down

0 comments on commit 3746415

Please sign in to comment.