Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpernambuco committed Jan 31, 2024
1 parent ec16a13 commit 79ce779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BIN_TEST_FILE ?= machine-tests-$(BIN_TEST_VERSION).tar.gz
BIN_DOWNLOAD_URL ?= https://github.com/cartesi/machine-tests/releases/download/$(BIN_TEST_VERSION)/$(BIN_TEST_FILE)
BIN_DOWNLOAD_FILEPATH ?= $(DOWNLOADDIR)/$(BIN_TEST_FILE)

LOG_TEST_VERSION ?= v0.15.2
LOG_TEST_VERSION ?= v0.15.3
LOG_TEST_DIR ?= $(TEST_DIR)/uarch-log
LOG_TEST_FILE ?= uarch-riscv-tests-json-logs-$(LOG_TEST_VERSION).tar.gz
LOG_DOWNLOAD_URL ?= https://github.com/cartesi/machine-emulator/releases/download/$(LOG_TEST_VERSION)/$(LOG_TEST_FILE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/machine-solidity-step",
"version": "0.9.2",
"version": "0.9.3",
"description": "Machine Solidity UArch Interpret",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion shasum-download
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0a002a8a544ff89c6f7f5297a3ea1d2d209d76e91bd07065f66eba88f5df611d downloads/machine-tests-v0.29.0.tar.gz
5a15300b2efc24addec3ea9fead93b7903ef68b6226d948f0c30b9912b51dbcb downloads/uarch-riscv-tests-json-logs-v0.15.2.tar.gz
80f3b0422d6a1864b1a54c767f457b8c3769819b5b8f52f6c4fd973220dd0596 downloads/uarch-riscv-tests-json-logs-v0.15.3.tar.gz

0 comments on commit 79ce779

Please sign in to comment.