Skip to content

Commit 320ea83

Browse files
committed
Changelog update for 0.13.0
1 parent bfffaec commit 320ea83

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/CosmWasm/cw-plus/tree/HEAD)
3+
## [v0.13.0](https://github.com/CosmWasm/cw-plus/tree/v0.13.0) (2022-03-09)
44

55
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.12.1...HEAD)
66

7+
**Breaking changes:**
8+
9+
- Fix `MultiIndex` last type param default / docs [\#669](https://github.com/CosmWasm/cw-plus/issues/669)
10+
11+
**Closed issues:**
12+
13+
- Querying over composite key [\#664](https://github.com/CosmWasm/cw-plus/issues/664)
14+
- the method `may_load` exists for struct `cw_storage_plus::Map<'static, (std::string::String, Uint256), Uint256>`, but its trait bounds were not satisfied the following trait bounds were not satisfied: `(std::string::String, Uint256): PrimaryKey` [\#663](https://github.com/CosmWasm/cw-plus/issues/663)
15+
- Make `Bound` helpers return `Option<Self>` [\#644](https://github.com/CosmWasm/cw-plus/issues/644)
16+
17+
**Merged pull requests:**
18+
19+
- Update cosmwasm to 1.0.0-beta6 [\#672](https://github.com/CosmWasm/cw-plus/pull/672) ([webmaster128](https://github.com/webmaster128))
20+
- Update storage plus docs / Remove `MultiIndex` PK default [\#671](https://github.com/CosmWasm/cw-plus/pull/671) ([maurolacy](https://github.com/maurolacy))
21+
- fix: Remove old TODO comment in cw3-flex readme [\#661](https://github.com/CosmWasm/cw-plus/pull/661) ([apollo-sturdy](https://github.com/apollo-sturdy))
22+
- Properly handle generic queries in multi-test [\#660](https://github.com/CosmWasm/cw-plus/pull/660) ([ethanfrey](https://github.com/ethanfrey))
23+
724
## [v0.12.1](https://github.com/CosmWasm/cw-plus/tree/v0.12.1) (2022-02-14)
825

926
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.12.0...v0.12.1)

0 commit comments

Comments
 (0)