Skip to content

Commit

Permalink
release 0.1.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevoronov authored Nov 11, 2020
1 parent 0d42ff7 commit 5a2e9a5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 18 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Version 0.1.3 (2020-11-11)

- Switched to the new LALRPOP parser ([PR 13](https://github.com/fluencelabs/aquamarine/pull/13)):
- arguments should be wrapped wit square braces []
- empty results in call allowed and lead to forget a call result

- Added a few benchmarks
- Fixed behaviour of the Xor instruction with inner Par instructions ([PR 19](https://github.com/fluencelabs/aquamarine/pull/19))
- Iterator in the Fold becomes resolvable ([PR 23](https://github.com/fluencelabs/aquamarine/pull/23))

## Version 0.1.2 (2020-10-29)

- Added new data format ([PR 12] (https://github.com/fluencelabs/aquamarine/pull/12)):
- Added new data format ([PR 12](https://github.com/fluencelabs/aquamarine/pull/12)):
- previously data was a hashmap with variable names to values, and now it is call evidence path that contains call and par evidence states
- logger is refactored and supports now several log targets
- stepper decoupled into two crates: `stepper-lib` and `stepper`. To build it for the FCE target the `fce` feature should be specified (`fce build --features fce`)
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stepper-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stepper-lib"
version = "0.1.2"
version = "0.1.3"
authors = ["Fluence Labs"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion stepper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquamarine"
version = "0.1.2"
version = "0.1.3"
authors = ["Fluence Labs"]
edition = "2018"

Expand Down

0 comments on commit 5a2e9a5

Please sign in to comment.