Releases: public-awesome/cw-nfts
v0.19.0
NOTE: this is a pre-release. Doing final tests for officially releasing this.
What's Changed
cw721-expiration
contract withinvalid NFT
utility by @taitruong in #140- feature: optional withdrawal address by @taitruong in #149
- feat: cw721 base max pagination limit by @emidev98 in #147
- #151 make minter optional by @taitruong in #152
- Add cw721-receiver contract by @chipshort in #144
- Move to cw721 package by @taitruong in #161
- Fix optimizer call in build.sh by @webmaster128 in #166
- fix typos by @normanzb in #167
- Major release v0.19: add
CollectionInfo
,RoyaltyInfo
, updatable NFTs for creator, etc. by @taitruong in #156 - add migrate msg to contracts and cleanup in cw721-expiration by @taitruong in #171
- cleanup and minor changes by @taitruong in #173
New Contributors
- @taitruong made their first contribution in #140
- @emidev98 made their first contribution in #147
- @chipshort made their first contribution in #144
- @webmaster128 made their first contribution in #166
- @normanzb made their first contribution in #167
Full Changelog: v0.18.0...v0.19.0
Checksums:
5bc7ce4a04a747fafd1a139f2db73e7eac094c6d3882af8e055d15ffd3ee67e8 cw2981_royalties.wasm
e13aa30e0d70ea895b294ad1bc809950e60fe081b322b1657f75b67be6021b1c cw721_base.wasm
ec8fe99c35618d786c6dc5f83293fc37cd98c4a297cf6aa9d150f64941e6442d cw721_expiration.wasm
a58ee79215200778768fe3862f7c995b1be35fbf3ab34c2de715e5b9d77dccbb cw721_fixed_price.wasm
51a70227ff5dc29c38dc514b0f32bb474ecb82fffa3c029c6789578a55925143 cw721_metadata_onchain.wasm
68d5db29833b0c25a1dd4c8d837038528e521ef3622d9945ffcb0b70676fcabe cw721_non_transferable.wasm
febb507e5fda85c8c450cf28dcfbcbfb1bf17dece43b7b7ecad14d2fad20c828 cw721_receiver_tester.wasm
v0.18.0
What's Changed
- v0.17 upgrade logic by @larry0x in #112
- Make upgrade logics public by @larry0x in #119
- Update schema json files by @jinmel in #121
- Update workspace optimizer by @shanev in #115
- Publish release 0.18.0 by @shanev in #126
New Contributors
Full Changelog: v0.17.0...v0.18.0
Checksums:
ffb4701b060f12051150fea7381d81c478b64212dba6c159eeccea8d4128b714 cw2981_royalties.wasm
ba81e10d053814f1dfbb92f20f77ce1cccf64b27b639db9e2afa8ab5d6ea3cf7 cw721_base.wasm
0975471e51af078f86f83468e91db4902fc062f6eea72f86ebf94e6db0d786ed cw721_fixed_price.wasm
a25b78fe6e4408afce399df186607b7fc662807b91e82cb3e1093ffea06d680f cw721_metadata_onchain.wasm
30e69c989a444d4561504c1092d6cc5bc325874091cfe7caab935d31a0e97cfb cw721_non_transferable.wasm
v0.17.0
What's Changed
- Use
cargo-make
to automate task flows by @larry0x in #96 - Using new cosmwasm_schema by @peara in #102
- Fix two clippy warnings by @larry0x in #103
- Update msg.rs by @joemonem in #101
- Delete
MintMsg
by @larry0x in #104 - Make cw721-base minter updatable via two-step ownership transfer. by @0xekez in #109
- Bump dependency versions by @larry0x in #106
- Add query for approval of 1 operator by @peara in #107
- Prevent repetitive write of cw2 version info during instantiation by @larry0x in #110
- Validate royalty percentage when minting cw2981 by @peara in #111
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0
Attached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.
What's Changed
- feat: add cw721-non-transferable contract by @eliseoci in #85
- Fix a clippy warning by @larry0x in #92
- Replace the
cw721::CustomMsg
trait withcosmwasm_std::CustomMsg
by @larry0x in #93 - Use cargo workspace feature by @larry0x in #89
- Update to v0.16 by @shanev in #95
New Contributors
Full Changelog: v0.15.0...v0.16.0
v0.15.0
v0.13.4
What's Changed
- Fix TokenIndexes MultiIndex by @humanalgorithm in #64
- Update workspace-optimizer to latest by @Reecepbcups in #66
- Square cw721 spec with cw721-base by @lukepark327 in #65
- [cw721-fixed-price] Fix receiving cw20 msg by @axvn in #49
- cw721-fixed-price: Fix mint message sent to wrong contract address by @axvn in #46
- Bump Max Query Limit by @JakeHartnell in #67
- v0.13.4, bump versions by @JakeHartnell in #70
- Explicitly set contract version and name in examples by @JakeHartnell in #72
- Add Burn message to cw721 package by @JakeHartnell in #73
New Contributors
- @humanalgorithm made their first contribution in #64
- @Reecepbcups made their first contribution in #66
- @lukepark327 made their first contribution in #65
Full Changelog: v0.13.2...v0.13.4
v0.13.2
What's Changed
- Update version numbers and upgrade to CosmWasm 1.0.0-beta5 by @shanev in #55
- Upgrade to lastest versions of cw-plus and CosmWasm by @shanev in #59
- add missing owner attribute to mint event by @jhernandezb in #60
- Update to CosmWasm 1.0.0-beta8 by @shanev in #61
New Contributors
- @shanev made their first contribution in #55
- @jhernandezb made their first contribution in #60
Full Changelog: v0.11.1...v0.13.2
v0.11.1
What's Changed
- feat: add cw721-fixed-price contract by @verminator23 in #36
- CW-2981 extension by @the-frey in #24
- Upgrade rustc to fix the wasm-build by @axvn in #48
- Approval query returns positive for Owner by @orkunkl in #47
- Small readme fixes by @mikedotexe in #51
- Set version: 0.11.1 by @JakeHartnell in #54
New Contributors
- @verminator23 made their first contribution in #36
- @the-frey made their first contribution in #24
- @axvn made their first contribution in #48
Full Changelog: v0.11.0...v0.11.1
Release v0.11.0
v0.10.1
What's Changed
- Add some useful scripts by @ethanfrey in #29
- Implement approval query; fix helper queries by @orkunkl in #32
- Add user execute permissions to build.sh by @mikedotexe in #30
- Rename all_approvals to operators; Fix approval queries by @orkunkl in #34
- Expose cw721-base helper by @orkunkl in #35
New Contributors
- @orkunkl made their first contribution in #32
- @mikedotexe made their first contribution in #30
Full Changelog: v0.10.0...v0.10.1