Skip to content

Commit 3f089b3

Browse files
chore(release): 0.47.2 [skip ci]
## [0.47.2](0.47.1...0.47.2) (2024-11-28)
1 parent ac50a9d commit 3f089b3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.47.2](https://github.com/propeller-heads/tycho-simulation/compare/0.47.1...0.47.2) (2024-11-28)
2+
13
## [0.47.1](https://github.com/propeller-heads/tycho-simulation/compare/0.47.0...0.47.1) (2024-11-28)
24

35
## [0.47.0](https://github.com/propeller-heads/tycho-simulation/compare/0.46.0...0.47.0) (2024-11-28)

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycho-simulation"
3-
version = "0.47.1"
3+
version = "0.47.2"
44
edition = "2021"
55

66
[workspace]

tycho_simulation_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_tycho_simulation_py"
3-
version = "0.47.1"
3+
version = "0.47.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tycho_simulation_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "tycho-simulation-py"
7-
version = "0.47.1"
7+
version = "0.47.2"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)