Skip to content

Commit

Permalink
chore(release): 0.33.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.33.0](0.32.0...0.33.0) (2024-11-06)

### Features

* create simple solver for tycho demo ([956b2db](956b2db))
* move tutorial to a separate package and make it simpler ([266616d](266616d))
* **tutorial:** move tutorial files into tutorial directory ([2350e71](2350e71))

### Bug Fixes

* Update foundry and revm dependencies ([ccfbde5](ccfbde5))
* Update python revm version ([d9f069a](d9f069a))
  • Loading branch information
semantic-release-bot committed Nov 6, 2024
1 parent 9324409 commit d17c530
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.33.0](https://github.com/propeller-heads/tycho-simulation/compare/0.32.0...0.33.0) (2024-11-06)


### Features

* create simple solver for tycho demo ([956b2db](https://github.com/propeller-heads/tycho-simulation/commit/956b2db61c3d8e962b508cde2d69b166a8728c0c))
* move tutorial to a separate package and make it simpler ([266616d](https://github.com/propeller-heads/tycho-simulation/commit/266616dbcf80218319e7fb986c270b72ea799c9a))
* **tutorial:** move tutorial files into tutorial directory ([2350e71](https://github.com/propeller-heads/tycho-simulation/commit/2350e7179d9d5dcf93b1ec3c58ad398fc7ebc340))


### Bug Fixes

* Update foundry and revm dependencies ([ccfbde5](https://github.com/propeller-heads/tycho-simulation/commit/ccfbde51ffb375020f662e66985b0d4d9348b9b9))
* Update python revm version ([d9f069a](https://github.com/propeller-heads/tycho-simulation/commit/d9f069aa3a16194e2ce6dcd43f85ebdf283583a4))

## [0.32.0](https://github.com/propeller-heads/protosim/compare/0.31.0...0.32.0) (2024-11-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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-simulation"
version = "0.32.0"
version = "0.33.0"
edition = "2021"

[workspace]
Expand Down Expand Up @@ -58,7 +58,7 @@ tempfile = "3.13.0"
clap = { version = "4.5.3", features = ["derive"] }
anyhow = "1.0.79"
ratatui = "0.29.0"
crossterm = { version = "0.28.1" , features = ["event-stream"]}
crossterm = { version = "0.28.1", features = ["event-stream"]}

[features]
default = []
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.32.0"
version = "0.33.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.32.0"
version = "0.33.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit d17c530

Please sign in to comment.