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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 13, 2022
1 parent 4874610 commit a67ee24
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] 2022-09-13

### Added

- Deploy to Arbitrum Goerli and Optimism Goerli
Expand Down Expand Up @@ -86,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Specific ERC-20 Portal
- Deprecated mock contracts

[0.6.0]: https://github.com/cartesi/rollups/releases/tag/v0.6.0
[0.5.0]: https://github.com/cartesi/rollups/releases/tag/v0.5.0
[0.4.0]: https://github.com/cartesi/rollups/releases/tag/v0.4.0
[0.3.0]: https://github.com/cartesi/rollups/releases/tag/v0.3.0
Expand Down
16 changes: 8 additions & 8 deletions offchain/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 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.1.0"
version = "0.6.0"
edition = "2021"
authors = [
"Gabriel Coutinho <[email protected]>",
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.3.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <[email protected]>"]
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.1.0"
version = "0.6.0"
edition = "2021"
authors = [
"Felipe Argento <[email protected]>",
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.3.0"
version = "0.6.0"
authors = ["victornogueira <[email protected]>", "marko atanasievski <[email protected]>"]
edition = "2021"

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.3.0"
version = "0.6.0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion offchain/reader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reader"
version = "0.3.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
authors = ["marko atanasievski <[email protected]>"]
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.1.0"
version = "0.6.0"
edition = "2021"
authors = [
"Gabriel Coutinho <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion offchain/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
authors = [
"Felipe Argento <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "Rollups CLI",
"main": "dist/cli.js",
"repository": "https://github.com/cartesi/rollups",
Expand All @@ -15,7 +15,7 @@
"start": "ts-node src/cli.ts"
},
"dependencies": {
"@cartesi/rollups": "^0.5.0",
"@cartesi/rollups": "^0.6.0",
"ethers": "^5.7.0",
"fs-extra": "^10.1.0",
"yargs": "^17.4.0"
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.5.0",
"version": "0.6.0",
"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 a67ee24

Please sign in to comment.