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

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Mar 10, 2023
1 parent 5f1a80c commit 229a94f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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.13.0] 2023-03-10

### Added

- Support for multiple build systems
- `docker-riscv` build system to create DApps based on RISC-V Docker images

### Changed

- Original build system labeled as `std-rootfs`
- All Python DApps except `echo-python` adapted to use the new `docker-riscv` build system
- Bump toolchain to 0.13.0
- Bump rootfs to 0.16.0
- Bump rom to 0.15.0
- Bump server-manager to 0.6.0

## [0.12.0] 2023-01-09

### Added
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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"description": "Simple console front-end for Cartesi DApp",
"author": "Danilo Tuler <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 229a94f

Please sign in to comment.