Skip to content

Commit

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

### Features

* Merge VMError and NativeSimulationError into Simulation Error ([3d87a80](3d87a80))
* Return Result<> on spot_prices() in ProtocolSim ([3771b55](3771b55))

### Bug Fixes

* Address PR reviews ([ad70185](ad70185))
* After merge fix. Update example with new spot prices result ([abf4ae3](abf4ae3))
* Finish refactor of error messages ([4a8d7b8](4a8d7b8))
* Include functional Cargo.lock ([2b1ee58](2b1ee58))
  • Loading branch information
semantic-release-bot committed Nov 6, 2024
1 parent 0bd640e commit 19c5012
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.35.0](https://github.com/propeller-heads/tycho-simulation/compare/0.34.0...0.35.0) (2024-11-06)


### Features

* Merge VMError and NativeSimulationError into Simulation Error ([3d87a80](https://github.com/propeller-heads/tycho-simulation/commit/3d87a8043b5b8ab3cec6f71e2b347e7bac30077e))
* Return Result<> on spot_prices() in ProtocolSim ([3771b55](https://github.com/propeller-heads/tycho-simulation/commit/3771b5503a67298ba40cd0a7067be9a17e93a637))


### Bug Fixes

* Address PR reviews ([ad70185](https://github.com/propeller-heads/tycho-simulation/commit/ad7018564eecc55ac311962d082e202a26472507))
* After merge fix. Update example with new spot prices result ([abf4ae3](https://github.com/propeller-heads/tycho-simulation/commit/abf4ae31ee7a1bc59435e98ce851efdc68543edf))
* Finish refactor of error messages ([4a8d7b8](https://github.com/propeller-heads/tycho-simulation/commit/4a8d7b8198d0df204dd03c25da95f434b5de6c02))
* Include functional Cargo.lock ([2b1ee58](https://github.com/propeller-heads/tycho-simulation/commit/2b1ee5836bcdaa7c8c7c7bc08cd2160547bc7e11))

## [0.34.0](https://github.com/propeller-heads/tycho-simulation/compare/0.33.0...0.34.0) (2024-11-06)


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

0 comments on commit 19c5012

Please sign in to comment.