Skip to content

Commit

Permalink
Fix/patchv0.20.2 (#338)
Browse files Browse the repository at this point in the history
* Updated versions

* Added changelog
  • Loading branch information
Kayanski authored Feb 28, 2024
1 parent 4324ca8 commit 9a39c88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cw-orchestrator Changelog

## 0.20.1

- Fix ARM path derivation for wasm
- Fix state file path creation on cw-orch-daemon
- Added addr_make_with_balance

## 0.20.0

- Changed behavior for default constructor implementation by macro "interface" --> Added possibility to have a fixed ID
Expand Down
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-daemon"
version = "0.20.1"
version = "0.20.2"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-core"
version = "0.20.2"
version = "0.20.3"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-mock"
version = "0.20.3"
version = "0.20.4"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-networks"
version = "0.20.0"
version = "0.20.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 9a39c88

Please sign in to comment.