Skip to content

Commit

Permalink
Bump to 0.35.8 (#1388)
Browse files Browse the repository at this point in the history
Hofer-Julian authored Jan 29, 2025
1 parent 728e4a6 commit 894ac7b
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ members = ["rust-tests"]

[package]
name = "rattler-build"
version = "0.35.7"
version = "0.35.8"
authors = ["rattler-build contributors <[email protected]>"]
repository = "https://github.com/prefix-dev/rattler-build"
edition = "2021"
2 changes: 1 addition & 1 deletion py-rattler-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-rattler-build"
version = "0.35.7"
version = "0.35.8"
edition = "2021"
license = "BSD-3-Clause"
publish = false
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/prefix-dev/rattler-build"

[version]
current = "0.35.7"
current = "0.35.8"

# Example of a semver regexp.
# Make sure this matches current_version before

0 comments on commit 894ac7b

Please sign in to comment.