Skip to content

Commit

Permalink
chore(release): 0.59.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.59.0](0.58.0...0.59.0) (2024-12-12)

### Features

* Downgrade alloy because foundry depends on alloy and we don't want to update that now ([b44c6d4](b44c6d4))
* Remove ethers from utils and Cargo.toml ([0753dbd](0753dbd))
* Replace ethers Middleware with Provider from alloy ([a83925d](a83925d))
* Support setting the block and add/fix real tests ([b3725e6](b3725e6))
* Update python package to use Provider from alloy ([2851d90](2851d90))

### Bug Fixes

* After rebase fixes ([b8b6112](b8b6112))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent 1f05455 commit 337a3ee
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.59.0](https://github.com/propeller-heads/tycho-simulation/compare/0.58.0...0.59.0) (2024-12-12)


### Features

* Downgrade alloy because foundry depends on alloy and we don't want to update that now ([b44c6d4](https://github.com/propeller-heads/tycho-simulation/commit/b44c6d4d9252d24e59da7e310930aaf04126206c))
* Remove ethers from utils and Cargo.toml ([0753dbd](https://github.com/propeller-heads/tycho-simulation/commit/0753dbd2f3c61e646424db52d0359dd8f1dd0eda))
* Replace ethers Middleware with Provider from alloy ([a83925d](https://github.com/propeller-heads/tycho-simulation/commit/a83925d726dd6e867b6a9e21a94bccb9e43d1ed4))
* Support setting the block and add/fix real tests ([b3725e6](https://github.com/propeller-heads/tycho-simulation/commit/b3725e6bbcf50b6fa9e69d871c85424234c1a1f7))
* Update python package to use Provider from alloy ([2851d90](https://github.com/propeller-heads/tycho-simulation/commit/2851d900dc7c3d833f4d83ddc95ce571f29a1902))


### Bug Fixes

* After rebase fixes ([b8b6112](https://github.com/propeller-heads/tycho-simulation/commit/b8b61121be917565acfdfa114cc802a29baa21e3))

## [0.58.0](https://github.com/propeller-heads/tycho-simulation/compare/0.57.1...0.58.0) (2024-12-11)


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

0 comments on commit 337a3ee

Please sign in to comment.