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.15.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Jun 28, 2023
1 parent 4d967f7 commit ada7a27
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,31 @@ 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.14.0] 2023-04-04
## [0.15.0] 2023-06-27

### Added

- Support for Node.js and adaptation of Echo JS DApp to use it
- Support for machine snapshots
- Support for sepolia testnet
- SimpleERC20 contract in common-contracts
- Setup script for Auction DApp

### Changed

## [Unreleased]
- Adapt all DApps to rollups 0.9.1
- Reproducible builds using `docker-riscv` for DApps that do not compile code
- Renamed common-contracts CartesiNFT contract to SimpleERC721
- Bump machine-emulator-tools to 0.11.0
- Bump toolchain to 0.14.0
- Bump rootfs to 0.17.0
- Bump rom to 0.16.0
- Bump server-manager to 0.7.0

## [0.14.0] 2023-04-04

### Added

- Added support to machine snapshots
- Support for Node.js and adaptation of Echo JS DApp to use it

## [0.13.0] 2023-03-10

Expand Down Expand Up @@ -286,6 +300,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.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
[0.13.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.13.0
[0.12.0]: https://github.com/cartesi/rollups-examples/releases/tag/v0.12.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.14.0",
"version": "0.15.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.14.0",
"version": "0.15.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.14.0",
"version": "0.15.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.13",
Expand Down

0 comments on commit ada7a27

Please sign in to comment.