Skip to content

Commit

Permalink
Bump version to 0.5.0 (#732)
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.5.0
  • Loading branch information
bitwarden-devops-bot authored Apr 25, 2024
1 parent 5f26180 commit 01194be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/*"]
# Global settings for all crates should be defined here
[workspace.package]
# Update using `cargo set-version -p bitwarden <new-version>`
version = "0.4.0"
version = "0.5.0"
authors = ["Bitwarden Inc"]
edition = "2021"
# Note: Changing rust-version should be considered a breaking change
Expand All @@ -17,13 +17,13 @@ keywords = ["bitwarden"]

# Define dependencies that are expected to be consistent across all crates
[workspace.dependencies]
bitwarden = { path = "crates/bitwarden", version = "=0.4.0" }
bitwarden-api-api = { path = "crates/bitwarden-api-api", version = "=0.4.0" }
bitwarden-api-identity = { path = "crates/bitwarden-api-identity", version = "=0.4.0" }
bitwarden-cli = { path = "crates/bitwarden-cli", version = "=0.4.0" }
bitwarden-crypto = { path = "crates/bitwarden-crypto", version = "=0.4.0" }
bitwarden-exporters = { path = "crates/bitwarden-exporters", version = "=0.4.0" }
bitwarden-generators = { path = "crates/bitwarden-generators", version = "=0.4.0" }
bitwarden = { path = "crates/bitwarden", version = "=0.5.0" }
bitwarden-api-api = { path = "crates/bitwarden-api-api", version = "=0.5.0" }
bitwarden-api-identity = { path = "crates/bitwarden-api-identity", version = "=0.5.0" }
bitwarden-cli = { path = "crates/bitwarden-cli", version = "=0.5.0" }
bitwarden-crypto = { path = "crates/bitwarden-crypto", version = "=0.5.0" }
bitwarden-exporters = { path = "crates/bitwarden-exporters", version = "=0.5.0" }
bitwarden-generators = { path = "crates/bitwarden-generators", version = "=0.5.0" }

[workspace.lints.clippy]
unwrap_used = "deny"
Expand Down

0 comments on commit 01194be

Please sign in to comment.