Skip to content

Commit 4fac4d8

Browse files
chore(release): 0.45.1 [skip ci]
## [0.45.1](0.45.0...0.45.1) (2024-11-26) ### Bug Fixes * fix rebase issues ([bd16d3a](bd16d3a)) * Update trait usage in explorer example ([fc1f8c5](fc1f8c5))
1 parent d37d194 commit 4fac4d8

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.45.1](https://github.com/propeller-heads/tycho-simulation/compare/0.45.0...0.45.1) (2024-11-26)
2+
3+
4+
### Bug Fixes
5+
6+
* fix rebase issues ([bd16d3a](https://github.com/propeller-heads/tycho-simulation/commit/bd16d3adb9f8370b7a7d6aab96a5db4143bad3c3))
7+
* Update trait usage in explorer example ([fc1f8c5](https://github.com/propeller-heads/tycho-simulation/commit/fc1f8c5988369b15173fb65054f184ef31f2732a))
8+
19
## [0.45.0](https://github.com/propeller-heads/tycho-simulation/compare/0.44.1...0.45.0) (2024-11-26)
210

311

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.45.0"
3+
version = "0.45.1"
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.45.0"
3+
version = "0.45.1"
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.45.0"
7+
version = "0.45.1"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)