mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-27 21:51:34 +00:00
chore(air-trace): release master (#444)
This commit is contained in:
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
"tools/cli/air-trace": "0.2.2"
|
||||
"tools/cli/air-trace": "0.2.3"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-test-utils"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "Test utils for the AIR interpreter"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "AquaVM testing framework"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
|
8
tools/cli/air-trace/CHANGELOG.md
Normal file
8
tools/cli/air-trace/CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.3](https://github.com/fluencelabs/aquavm/compare/air-trace-v0.2.2...air-trace-v0.2.3) (2023-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **air-trace:** `air-trace` native-only compilation fix ([#429](https://github.com/fluencelabs/aquavm/issues/429)) ([c35eac0](https://github.com/fluencelabs/aquavm/commit/c35eac0f01f9c0dd147a139cd49389d1c9320601))
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-trace"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
edition = "2021"
|
||||
description = "AIR performance tracing tool"
|
||||
authors = ["Fluence Labs"]
|
||||
|
Reference in New Issue
Block a user