Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jun 14, 2023
1 parent 648a0bf commit 249c9ed
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion offchain/advance-runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "advance-runner"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "contracts"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = [
"Felipe Argento <felipe@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rollups-data"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion offchain/dispatcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dispatcher"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = [
"Felipe Argento <felipe.argento@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/graphql-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphql-server"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion offchain/grpc-interfaces/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-interfaces"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion offchain/http-health-check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-health-check"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion offchain/indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexer"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/inspect-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "inspect-server"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/redacted/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redacted"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion offchain/rollups-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rollups-events"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion offchain/state-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <gabriel.coutinho@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/test-fixtures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-fixtures"
version = "0.9.0"
version = "0.9.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion offchain/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "types"
license = "Apache-2.0"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = [
"Felipe Argento <felipe@cartesi.io>",
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/package.json
Original file line number Diff line number Diff line change
@@ -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/*",
Expand Down

0 comments on commit 249c9ed

Please sign in to comment.