chore(air-trace): release master (#452)

chore: release master
This commit is contained in:
fluencebot 2023-02-07 20:33:57 +02:00 committed by GitHub
parent 19479bfb5c
commit 3452b6b24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 27 additions and 6 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -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"

View 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))

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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)

View File

@ -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"]