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.16.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Aug 24, 2023
1 parent d0609d5 commit 01fd7a0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.0] 2023-08-24

### Added

- Proper testnet execution config and instructions for Auction and ERC-20 DApps

### Changed

- Adapt all DApps to rollups 1.0.0
- Remove DApp deployment information: there are no longer live deploys of any examples
- Remove support for Goerli, which is no longer supported in rollups 1.0.0
- Make CI builds reproducible (building for Sepolia)

## [0.15.1] 2023-07-04

### Changed
Expand Down Expand Up @@ -306,6 +319,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove machine-emulator-tools submodule
- Remove openapi-interfaces submodule

[0.16.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.16.0
[0.15.1]: https://github.com/cartesi/rollups-examples/releases/tag/v0.15.1
[0.15.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.15.0
[0.14.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion echo-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/echo-dapp",
"version": "0.15.1",
"version": "0.16.0",
"description": "Cartesi Echo JS DApp",
"dependencies": {
"ethers": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion frontend-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-console",
"version": "0.15.1",
"version": "0.16.0",
"description": "Simple console front-end for Cartesi DApp",
"author": "Danilo Tuler <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend-echo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-echo",
"version": "0.15.1",
"version": "0.16.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.13",
Expand Down

0 comments on commit 01fd7a0

Please sign in to comment.