Skip to content

Commit

Permalink
chore(release): 0.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.31.0](0.30.1...0.31.0) (2024-10-31)

### Features

* Add ensure_capabilities to set_spot_prices ([3cf7257](3cf7257))
* Add get_sell_amount_limit ([fea627a](fea627a))
* Add involved_contracts and token_storage_slots to state overwrites ([4198a67](4198a67))
* Add overwrites to VMPoolState ([20aba87](20aba87))
* Add spot prices logic to VMPoolState ([1e25aa1](1e25aa1))
* Rewrite set_spot_prices to get_spot_prices ([0459516](0459516))

### Bug Fixes

* Fix types in state.rs tests ([c197690](c197690))
* Miscellaneous fixes ([b6d2545](b6d2545))
* rAddress discrepancies from OverwriteFactory ([ffb4cb3](ffb4cb3))
* Update get_code_for_address and get_contract_bytecode to return Bytecode ([04214ba](04214ba))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 707f283 commit eb71531
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.31.0](https://github.com/propeller-heads/protosim/compare/0.30.1...0.31.0) (2024-10-31)


### Features

* Add ensure_capabilities to set_spot_prices ([3cf7257](https://github.com/propeller-heads/protosim/commit/3cf7257eaf652cccd6de1265f609cac037726624))
* Add get_sell_amount_limit ([fea627a](https://github.com/propeller-heads/protosim/commit/fea627a729d56e49a56352a3c6de2725c3e95908))
* Add involved_contracts and token_storage_slots to state overwrites ([4198a67](https://github.com/propeller-heads/protosim/commit/4198a6746b37816b2973c7ec4258ef19e17ef773))
* Add overwrites to VMPoolState ([20aba87](https://github.com/propeller-heads/protosim/commit/20aba873257d35feb0873e85cf0a4f958360341a))
* Add spot prices logic to VMPoolState ([1e25aa1](https://github.com/propeller-heads/protosim/commit/1e25aa130b37e4fc18ca1c4440d3f637db4b28e1))
* Rewrite set_spot_prices to get_spot_prices ([0459516](https://github.com/propeller-heads/protosim/commit/0459516595267b210ca3f35228b493a4af3f4ca6))


### Bug Fixes

* Fix types in state.rs tests ([c197690](https://github.com/propeller-heads/protosim/commit/c197690e1c6105c801a136b0d2ec8611f6573057))
* Miscellaneous fixes ([b6d2545](https://github.com/propeller-heads/protosim/commit/b6d25453cacb175a0c16a829fb00b6b5fa221465))
* rAddress discrepancies from OverwriteFactory ([ffb4cb3](https://github.com/propeller-heads/protosim/commit/ffb4cb3ae514907bcccd3a6c5617505ff1f43d65))
* Update get_code_for_address and get_contract_bytecode to return Bytecode ([04214ba](https://github.com/propeller-heads/protosim/commit/04214bad018a6459f49adc2d6d552dbd93ceec60))

## [0.30.1](https://github.com/propeller-heads/protosim/compare/0.30.0...0.30.1) (2024-10-31)

## [0.30.0](https://github.com/propeller-heads/protosim/compare/0.29.0...0.30.0) (2024-10-30)
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 = "protosim"
version = "0.30.1"
version = "0.31.0"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion protosim_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_protosim_py"
version = "0.30.1"
version = "0.31.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 protosim_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "protosim-py"
version = "0.30.1"
version = "0.31.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit eb71531

Please sign in to comment.