Skip to content

Commit 30a6b77

Browse files
authored
chore: release 0.42.1 (#1686)
1 parent a2793c2 commit 30a6b77

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust-tests"]
33

44
[package]
55
name = "rattler-build"
6-
version = "0.42.0"
6+
version = "0.42.1"
77
authors = ["rattler-build contributors <hi@prefix.dev>"]
88
repository = "https://github.com/prefix-dev/rattler-build"
99
edition = "2024"

py-rattler-build/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-rattler-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-rattler-build"
3-
version = "0.42.0"
3+
version = "0.42.1"
44
edition = "2024"
55
license = "BSD-3-Clause"
66
publish = false

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/prefix-dev/rattler-build"
22

33
[version]
4-
current = "0.41.0"
4+
current = "0.42.1"
55

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

0 commit comments

Comments
 (0)