Skip to content

Commit

Permalink
chore(release): 0.72.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.72.0](0.71.1...0.72.0) (2025-02-05)

### Features

* add chain ver to load_all_tokens ([1853916](1853916))
* re-export shallow reimplementions of tycho core models ([1cae440](1cae440))
* update tycho version to a Base supported version ([cfbfeaa](cfbfeaa))
  • Loading branch information
semantic-release-bot committed Feb 5, 2025
1 parent 29684cc commit 56ad758
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.72.0](https://github.com/propeller-heads/tycho-simulation/compare/0.71.1...0.72.0) (2025-02-05)


### Features

* add chain ver to load_all_tokens ([1853916](https://github.com/propeller-heads/tycho-simulation/commit/185391671ca3a4885c1390a6a409e6d759bc9921))
* re-export shallow reimplementions of tycho core models ([1cae440](https://github.com/propeller-heads/tycho-simulation/commit/1cae4404dc5383e42cad68dbffac37baf85c2a28))
* update tycho version to a Base supported version ([cfbfeaa](https://github.com/propeller-heads/tycho-simulation/commit/cfbfeaabde77283eea83e95f11c6ef47bd9dce8d))

## [0.71.1](https://github.com/propeller-heads/tycho-simulation/compare/0.71.0...0.71.1) (2025-02-04)


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.71.1"
version = "0.72.0"
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.71.1"
version = "0.72.0"
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.71.1"
version = "0.72.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 56ad758

Please sign in to comment.