Skip to content

Commit

Permalink
chore: prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GCdePaula committed Sep 15, 2023
1 parent 732c271 commit 0fc3353
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2023-09-15
### Changes
- Allow negative numbers in `sf_query_limit_error_codes` state-fold configuration.

### Fixed
- Parse `sf_genesis_block` correctly.
- Setting `sf_concurrent_events_fetch` to `0` no longer silently halts the system, and instead use this configuration as _additional_ concurrent events, as documented.


## [0.8.0] - 2023-09-11
### Changes
Expand Down Expand Up @@ -149,7 +157,8 @@ reestablishing it at every subscription attempt.
## [0.1.0] - 2021-12-28
- Initial release

[Unreleased]: https://github.com/cartesi/state-fold/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/cartesi/state-fold/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/cartesi/state-fold/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/cartesi/state-fold/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/cartesi/state-fold/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/cartesi/state-fold/compare/v0.6.3...v0.7.0
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
]

[workspace.package]
version = "0.8.0"
version = "0.9.0"

authors = [
"Gabriel Coutinho de Paula <[email protected]>",
Expand All @@ -31,10 +31,10 @@ repository = "https://github.com/cartesi/state-fold"


[workspace.dependencies]
eth-state-fold-types = { version = "0.8", path = "state-fold-types" }
eth-block-history = { version = "0.8", path = "block-history" }
eth-state-fold = { version = "0.8", path = "state-fold" }
eth-state-server-common = { version = "0.8", path = "state-server-common" }
eth-state-fold-types = { version = "0.9", path = "state-fold-types" }
eth-block-history = { version = "0.9", path = "block-history" }
eth-state-fold = { version = "0.9", path = "state-fold" }
eth-state-server-common = { version = "0.9", path = "state-server-common" }
eth-state-fold-test = { path = "state-fold-test" }

ethabi = "18"
Expand Down

0 comments on commit 0fc3353

Please sign in to comment.