Skip to content

Commit

Permalink
Merge pull request #767 from CosmWasm/release-0.14
Browse files Browse the repository at this point in the history
Release 0.14
  • Loading branch information
maurolacy authored Jul 28, 2022
2 parents d34d93b + bc13323 commit 7c46e35
Show file tree
Hide file tree
Showing 24 changed files with 159 additions and 114 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,40 @@

## [Unreleased](https://github.com/CosmWasm/cw-plus/tree/HEAD)

[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.4...HEAD)
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.14.0...HEAD)

## [v0.14.0](https://github.com/CosmWasm/cw-plus/tree/v0.14.0) (2022-07-27)

[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.4...v0.14.0)

**Closed issues:**

- cw20-ics20 incorrectly encodes `ack_success`. [\#759](https://github.com/CosmWasm/cw-plus/issues/759)
- Allow querying all granted allowances to a spender [\#756](https://github.com/CosmWasm/cw-plus/issues/756)
- Store compiled wasms on repo [\#747](https://github.com/CosmWasm/cw-plus/issues/747)
- Add optional executor restriction to cw3-flex [\#739](https://github.com/CosmWasm/cw-plus/issues/739)
- Provide proc macro package for automatic `IndexList<T>` implementation on any index struct [\#736](https://github.com/CosmWasm/cw-plus/issues/736)
- MultiIndex `prefix` and `sub_prefix` working incorrectly when using a triple element tuple as IK [\#730](https://github.com/CosmWasm/cw-plus/issues/730)
- Errors when compiling all the contracts [\#724](https://github.com/CosmWasm/cw-plus/issues/724)
- Test-specific helpers in storage-plus [\#708](https://github.com/CosmWasm/cw-plus/issues/708)

**Merged pull requests:**

- Add ability to unset minter in UpdateMinter message. [\#748](https://github.com/CosmWasm/cw-plus/pull/748) ([ezekiiel](https://github.com/ezekiiel))
- Updated contract versions and links [\#762](https://github.com/CosmWasm/cw-plus/pull/762) ([daniel-farina](https://github.com/daniel-farina))
- Allowances per spender [\#761](https://github.com/CosmWasm/cw-plus/pull/761) ([maurolacy](https://github.com/maurolacy))
- Fix broken links, minor typo [\#752](https://github.com/CosmWasm/cw-plus/pull/752) ([mikedotexe](https://github.com/mikedotexe))
- Use into\_iter\(\) instead of iter\(\).cloned\(\). [\#749](https://github.com/CosmWasm/cw-plus/pull/749) ([ezekiiel](https://github.com/ezekiiel))
- Add ability to unset minter in UpdateMinter message. [\#748](https://github.com/CosmWasm/cw-plus/pull/748) ([ezekiiel](https://github.com/ezekiiel))
- Fix specification about CW20 Enumerable Queries [\#746](https://github.com/CosmWasm/cw-plus/pull/746) ([lukepark327](https://github.com/lukepark327))
- Add migrate method to cw20 base. [\#745](https://github.com/CosmWasm/cw-plus/pull/745) ([ezekiiel](https://github.com/ezekiiel))
- Add optional executor restriction to cw3-flex [\#741](https://github.com/CosmWasm/cw-plus/pull/741) ([ueco-jb](https://github.com/ueco-jb))
- Add proc macro package for automatic `IndexList<T>` implementation [\#737](https://github.com/CosmWasm/cw-plus/pull/737) ([y-pakorn](https://github.com/y-pakorn))
- Bump workspace-optimizer version in README to `0.12.6` [\#735](https://github.com/CosmWasm/cw-plus/pull/735) ([uint](https://github.com/uint))
- Use standard CosmosMsg [\#734](https://github.com/CosmWasm/cw-plus/pull/734) ([ethanfrey](https://github.com/ethanfrey))
- add execute msg to update minter [\#729](https://github.com/CosmWasm/cw-plus/pull/729) ([janitachalam](https://github.com/janitachalam))
- Removed documentation from Cargo.toml [\#711](https://github.com/CosmWasm/cw-plus/pull/711) ([hashedone](https://github.com/hashedone))
- Move test helpers into a test section [\#709](https://github.com/CosmWasm/cw-plus/pull/709) ([shanev](https://github.com/shanev))
- add query\_this\_hook to hooks.rs [\#688](https://github.com/CosmWasm/cw-plus/pull/688) ([ishaanh](https://github.com/ishaanh))

## [v0.13.4](https://github.com/CosmWasm/cw-plus/tree/v0.13.4) (2022-06-02)

Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw1-subkeys"
version = "0.13.4"
version = "0.14.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract"
Expand All @@ -19,17 +19,17 @@ library = []
test-utils = []

[dependencies]
cw-utils = { path = "../../packages/utils", version = "0.13.4" }
cw1 = { path = "../../packages/cw1", version = "0.13.4" }
cw2 = { path = "../../packages/cw2", version = "0.13.4" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.4", features = ["library"] }
cw-utils = { path = "../../packages/utils", version = "0.14.0" }
cw1 = { path = "../../packages/cw1", version = "0.14.0" }
cw2 = { path = "../../packages/cw2", version = "0.14.0" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.14.0", features = ["library"] }
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.4" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.14.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = "1.0.23"
semver = "1"

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.4", features = ["library", "test-utils"] }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.14.0", features = ["library", "test-utils"] }
14 changes: 7 additions & 7 deletions contracts/cw1-whitelist-ng/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw1-whitelist-ng"
version = "0.13.4"
version = "0.14.0"
authors = ["Bartłomiej Kuras <[email protected]>"]
edition = "2018"
description = "Implementation of an proxy contract using a whitelist"
Expand All @@ -22,20 +22,20 @@ querier = ["library"]
multitest = ["cw-multi-test", "anyhow"]

[dependencies]
cw-utils = { path = "../../packages/utils", version = "0.13.4" }
cw1 = { path = "../../packages/cw1", version = "0.13.4" }
cw2 = { path = "../../packages/cw2", version = "0.13.4" }
cw-utils = { path = "../../packages/utils", version = "0.14.0" }
cw1 = { path = "../../packages/cw1", version = "0.14.0" }
cw2 = { path = "../../packages/cw2", version = "0.14.0" }
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.4" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.14.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.23" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.4", optional = true }
cw-multi-test = { path = "../../packages/multi-test", version = "0.14.0", optional = true }
anyhow = { version = "1", optional = true }

[dev-dependencies]
anyhow = "1"
assert_matches = "1"
cosmwasm-schema = { version = "1.0.0" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.4" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.14.0" }
derivative = "2"
12 changes: 6 additions & 6 deletions contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw1-whitelist"
version = "0.13.4"
version = "0.14.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Implementation of an proxy contract using a whitelist"
Expand All @@ -19,11 +19,11 @@ library = []
test-utils = []

[dependencies]
cw-utils = { path = "../../packages/utils", version = "0.13.4" }
cw1 = { path = "../../packages/cw1", version = "0.13.4" }
cw2 = { path = "../../packages/cw2", version = "0.13.4" }
cw-utils = { path = "../../packages/utils", version = "0.14.0" }
cw1 = { path = "../../packages/cw1", version = "0.14.0" }
cw2 = { path = "../../packages/cw2", version = "0.14.0" }
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.4" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.14.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.23" }
Expand All @@ -32,5 +32,5 @@ thiserror = { version = "1.0.23" }
anyhow = "1"
assert_matches = "1"
cosmwasm-schema = { version = "1.0.0" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.4" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.14.0" }
derivative = "2"
10 changes: 5 additions & 5 deletions contracts/cw1155-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw1155-base"
version = "0.13.4"
version = "0.14.0"
authors = ["Huang Yi <[email protected]>"]
edition = "2018"
description = "Basic implementation of a CosmWasm-1155 compliant token"
Expand All @@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
cw-utils = { path = "../../packages/utils", version = "0.13.4" }
cw2 = { path = "../../packages/cw2", version = "0.13.4" }
cw1155 = { path = "../../packages/cw1155", version = "0.13.4" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.4" }
cw-utils = { path = "../../packages/utils", version = "0.14.0" }
cw2 = { path = "../../packages/cw2", version = "0.14.0" }
cw1155 = { path = "../../packages/cw1155", version = "0.14.0" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.14.0" }
cosmwasm-std = { version = "1.0.0" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
12 changes: 6 additions & 6 deletions contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-base"
version = "0.13.4"
version = "0.14.0"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Basic implementation of a CosmWasm-20 compliant token"
Expand All @@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
cw-utils = { path = "../../packages/utils", version = "0.13.4" }
cw2 = { path = "../../packages/cw2", version = "0.13.4" }
cw20 = { path = "../../packages/cw20", version = "0.13.4" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.4" }
cw-utils = { path = "../../packages/utils", version = "0.14.0" }
cw2 = { path = "../../packages/cw2", version = "0.14.0" }
cw20 = { path = "../../packages/cw20", version = "0.14.0" }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.14.0" }
cosmwasm-std = { version = "1.0.0" }
schemars = "0.8.1"
semver = "1"
Expand All @@ -30,4 +30,4 @@ thiserror = { version = "1.0.23" }

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.4" }
cw-multi-test = { path = "../../packages/multi-test", version = "0.14.0" }
Loading

0 comments on commit 7c46e35

Please sign in to comment.