Skip to content

Commit

Permalink
chore(release): 0.45.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent d37d194 commit 4fac4d8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.45.1](https://github.com/propeller-heads/tycho-simulation/compare/0.45.0...0.45.1) (2024-11-26)


### Bug Fixes

* fix rebase issues ([bd16d3a](https://github.com/propeller-heads/tycho-simulation/commit/bd16d3adb9f8370b7a7d6aab96a5db4143bad3c3))
* Update trait usage in explorer example ([fc1f8c5](https://github.com/propeller-heads/tycho-simulation/commit/fc1f8c5988369b15173fb65054f184ef31f2732a))

## [0.45.0](https://github.com/propeller-heads/tycho-simulation/compare/0.44.1...0.45.0) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-simulation"
version = "0.45.0"
version = "0.45.1"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_tycho_simulation_py"
version = "0.45.0"
version = "0.45.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "tycho-simulation-py"
version = "0.45.0"
version = "0.45.1"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 4fac4d8

Please sign in to comment.