diff --git a/CHANGELOG.md b/CHANGELOG.md index 390e2413..67c0ea71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] 2023-06-14 + +### Changed + +- Fixed dispatcher to not finish empty epoch + ## [0.9.0] 2023-05-19 ### Added @@ -179,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Specific ERC-20 Portal - Deprecated mock contracts +[0.9.1]: https://github.com/cartesi/rollups/releases/tag/v0.9.1 [0.9.0]: https://github.com/cartesi/rollups/releases/tag/v0.9.0 [0.8.2]: https://github.com/cartesi/rollups/releases/tag/v0.8.2 [0.8.1]: https://github.com/cartesi/rollups/releases/tag/v0.8.1 diff --git a/offchain/advance-runner/Cargo.toml b/offchain/advance-runner/Cargo.toml index f9c12927..8d1a7feb 100644 --- a/offchain/advance-runner/Cargo.toml +++ b/offchain/advance-runner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "advance-runner" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" [[bin]] diff --git a/offchain/contracts/Cargo.toml b/offchain/contracts/Cargo.toml index d001823d..210ffccf 100644 --- a/offchain/contracts/Cargo.toml +++ b/offchain/contracts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "contracts" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = [ "Felipe Argento ", diff --git a/offchain/data/Cargo.toml b/offchain/data/Cargo.toml index 83f4f258..5f980f87 100644 --- a/offchain/data/Cargo.toml +++ b/offchain/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rollups-data" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "Apache-2.0" diff --git a/offchain/dispatcher/Cargo.toml b/offchain/dispatcher/Cargo.toml index 2ec6b65d..fee7c338 100644 --- a/offchain/dispatcher/Cargo.toml +++ b/offchain/dispatcher/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dispatcher" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = [ "Felipe Argento ", diff --git a/offchain/graphql-server/Cargo.toml b/offchain/graphql-server/Cargo.toml index 1b1ef6b3..c5fe8141 100644 --- a/offchain/graphql-server/Cargo.toml +++ b/offchain/graphql-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphql-server" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "Apache-2.0" diff --git a/offchain/grpc-interfaces/Cargo.toml b/offchain/grpc-interfaces/Cargo.toml index 2bbae66e..f29c340f 100644 --- a/offchain/grpc-interfaces/Cargo.toml +++ b/offchain/grpc-interfaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grpc-interfaces" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] diff --git a/offchain/http-health-check/Cargo.toml b/offchain/http-health-check/Cargo.toml index 4348bfd9..1e0c829d 100644 --- a/offchain/http-health-check/Cargo.toml +++ b/offchain/http-health-check/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-health-check" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] diff --git a/offchain/indexer/Cargo.toml b/offchain/indexer/Cargo.toml index 7e52e248..19b7f27f 100644 --- a/offchain/indexer/Cargo.toml +++ b/offchain/indexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indexer" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" [[bin]] diff --git a/offchain/inspect-server/Cargo.toml b/offchain/inspect-server/Cargo.toml index 2bf24a83..e1217953 100644 --- a/offchain/inspect-server/Cargo.toml +++ b/offchain/inspect-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "inspect-server" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" [[bin]] diff --git a/offchain/redacted/Cargo.toml b/offchain/redacted/Cargo.toml index 9d54e7bc..09715f4b 100644 --- a/offchain/redacted/Cargo.toml +++ b/offchain/redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redacted" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "Apache-2.0" diff --git a/offchain/rollups-events/Cargo.toml b/offchain/rollups-events/Cargo.toml index df6c27a2..770cd523 100644 --- a/offchain/rollups-events/Cargo.toml +++ b/offchain/rollups-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rollups-events" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] diff --git a/offchain/state-server/Cargo.toml b/offchain/state-server/Cargo.toml index 8405bfdb..67c78dff 100644 --- a/offchain/state-server/Cargo.toml +++ b/offchain/state-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "state-server" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = [ "Gabriel Coutinho ", diff --git a/offchain/test-fixtures/Cargo.toml b/offchain/test-fixtures/Cargo.toml index 9edc2789..51aa155f 100644 --- a/offchain/test-fixtures/Cargo.toml +++ b/offchain/test-fixtures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fixtures" -version = "0.9.0" +version = "0.9.1" edition = "2021" [dependencies] diff --git a/offchain/types/Cargo.toml b/offchain/types/Cargo.toml index a4ee2d1d..8c8fcedf 100644 --- a/offchain/types/Cargo.toml +++ b/offchain/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "types" license = "Apache-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = [ "Felipe Argento ", diff --git a/onchain/rollups-cli/package.json b/onchain/rollups-cli/package.json index 3c57129d..54f8ba3b 100644 --- a/onchain/rollups-cli/package.json +++ b/onchain/rollups-cli/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/rollups-cli", - "version": "0.9.0", + "version": "0.9.1", "description": "Rollups CLI", "main": "dist/cli.js", "repository": "https://github.com/cartesi/rollups", diff --git a/onchain/rollups/package.json b/onchain/rollups/package.json index b6c0e276..7929c6a9 100644 --- a/onchain/rollups/package.json +++ b/onchain/rollups/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/rollups", - "version": "0.9.0", + "version": "0.9.1", "scripts": { "build": "run-s compile export", "clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",