mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
parent
19479bfb5c
commit
3452b6b24d
4
.github/release-please/manifest.json
vendored
4
.github/release-please/manifest.json
vendored
@ -1,3 +1,5 @@
|
||||
{
|
||||
"tools/cli/air-trace": "0.2.3"
|
||||
"tools/cli/air-trace": "0.2.3",
|
||||
"crates/air-lib/interpreter-data": "0.1.0",
|
||||
"crates/air-lib/test-utils": "0.1.0"
|
||||
}
|
||||
|
@ -1,3 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 (2023-02-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **trace-handler:** improve data deserialization version check ([#451](https://github.com/fluencelabs/aquavm/issues/451)) ([367546b](https://github.com/fluencelabs/aquavm/commit/367546b82cd5f133b956857bf48d279512b157b2))
|
||||
|
||||
## Version 0.6.1
|
||||
[PR](https://github.com/fluencelabs/aquavm/pull/451):
|
||||
- move data and interpreter versions into a new structure
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-data"
|
||||
description = "Data format of the AIR interpreter"
|
||||
version = "0.6.1"
|
||||
version = "0.1.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
8
crates/air-lib/test-utils/CHANGELOG.md
Normal file
8
crates/air-lib/test-utils/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 (2023-02-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **trace-handler:** improve data deserialization version check ([#451](https://github.com/fluencelabs/aquavm/issues/451)) ([367546b](https://github.com/fluencelabs/aquavm/commit/367546b82cd5f133b956857bf48d279512b157b2))
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-test-utils"
|
||||
version = "0.4.1"
|
||||
version = "0.1.0"
|
||||
description = "Test utils for the AIR interpreter"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-trace-handler"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Implementation of AIR trace handler"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "AquaVM testing framework"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/fluencelabs/aquavm/compare/air-trace-v0.2.2...air-trace-v0.2.3) (2023-02-06)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-trace"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
edition = "2021"
|
||||
description = "AIR performance tracing tool"
|
||||
authors = ["Fluence Labs"]
|
||||
|
Loading…
Reference in New Issue
Block a user