Skip to content

Commit 9a39c88

Browse files
authored
Fix/patchv0.20.2 (#338)
* Updated versions * Added changelog
1 parent 4324ca8 commit 9a39c88

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cw-orchestrator Changelog
22

3+
## 0.20.1
4+
5+
- Fix ARM path derivation for wasm
6+
- Fix state file path creation on cw-orch-daemon
7+
- Added addr_make_with_balance
8+
39
## 0.20.0
410

511
- Changed behavior for default constructor implementation by macro "interface" --> Added possibility to have a fixed ID

cw-orch-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-daemon"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

packages/cw-orch-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-core"
3-
version = "0.20.2"
3+
version = "0.20.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

packages/cw-orch-mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-mock"
3-
version = "0.20.3"
3+
version = "0.20.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

packages/cw-orch-networks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-orch-networks"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)