Skip to content

Commit

Permalink
fix: fix 0.9.0 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Aug 18, 2023
1 parent 61f810e commit cc48712
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,31 @@ 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]
### Changed
- Fixed `0.9.0` CHANGELOG
- Fixed `package.json` version

## [0.9.1] - 2023-08-17
### Changed
- Updated to machine-emulator 0.15.1
- Updated to `machine-emulator 0.15.1`

## [0.9.0] - 2023-08-16
### Fixed
- Fix lua-check warnings
- Fix peer dependencies warning
- Replace `@types/commander` with `commaner`
- Remove and update npm packages for security reason

### Added
- Added `dep` and `depclean` target
- Added `MetaStep` framework, yet without actual implementation

### Changed
- Updated license/copyright notice in all source code
- Removed npm-scripts-info package
- Rewrited test to get rid of --via-ir option
- Rewrote lua script in bash
- Rewrote test to get rid of --via-ir option
- Rewrote log tests with template
- Removed all `npm` dependencies
- Started using node LTS 18.x
- Updated and remove packages
- Replaced `downloads` with `checksum` in Makefile
- Dropped solidity-util dependency
- Updated to machine-emulator 0.15.0
- Dropped `solidity-util` dependency
- Updated to `machine-emulator 0.15.0`
- Updated `step` function to use generic interface and parameters
- Updated all smart contracts to be pure interal libraries
- Configured constants from docker runtime
- Enabled all tests on CI

## [0.8.0] - 2023-05-04
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.8.0",
"version": "0.9.1",
"description": "Machine Solidity UArch Interpret",
"repository": {
"type": "git",
Expand Down

0 comments on commit cc48712

Please sign in to comment.