Skip to content

Commit

Permalink
Update version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Politzer committed Apr 19, 2023
1 parent e29aa15 commit f8df7d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [0.11.0] - 2023-04-19
### Changed
- Fixed rollups-http-server when it receives an inspect with 0 bytes
- Updated linux-sources to v5.15.63-ctsi-2
Expand Down Expand Up @@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [0.2.0]
- [0.1.0]

[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.11.0
[0.10.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.10.0
[0.9.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.9.0
[0.8.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MACHINE_EMULATOR_TOOLS_VERSION ?= v0.10.0
MACHINE_EMULATOR_TOOLS_VERSION ?= v0.11.0
MACHINE_EMULATOR_TOOLS_TAR_GZ := machine-emulator-tools-$(MACHINE_EMULATOR_TOOLS_VERSION).tar.gz

LINUX_SOURCES_VERSION ?= 5.15.63-ctsi-2
Expand Down
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example: Cartesi root filesystem with machine emulator tools

The following example demonstrates how to create a bootable root filesystem for the Cartesi Machine based on a Ubuntu RISC-V 64 docker image. It requires the machine-emulator-tools v0.10.0.
The following example demonstrates how to create a bootable root filesystem for the Cartesi Machine based on a Ubuntu RISC-V 64 docker image. It requires the machine-emulator-tools v0.11.0.

### Requirements

Expand All @@ -13,7 +13,7 @@ The following example demonstrates how to create a bootable root filesystem for
### Building

```sh
cp ../machine-emulator-tools-v0.10.0.tar.gz .
cp ../machine-emulator-tools-v0.11.0.tar.gz .
./build ubuntu-22.04.dockerfile
```

Expand Down
2 changes: 1 addition & 1 deletion example/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

NAME=${1%.*}
DOCKERFILE="$NAME.dockerfile"
TOOLS=machine-emulator-tools-v0.10.0.tar.gz
TOOLS=machine-emulator-tools-v0.11.0.tar.gz

if [ ! -f "$DOCKERFILE" ]; then
echo "dockerfile \"$DOCKERFILE\" not found"
Expand Down

0 comments on commit f8df7d8

Please sign in to comment.