From 22456a7b881fcba603f3394777bf16584eb6796c Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 4 Nov 2022 16:47:05 +0300 Subject: [PATCH] Release v0.14.1 (#33) * Update cw20-merkle-airdrop contract version as 0.14.1 * Update contract versions as 0.14.1 * Cargo.lock update --- Cargo.lock | 12 ++++++------ README.md | 10 +++++----- contracts/cw20-atomic-swap/Cargo.toml | 2 +- contracts/cw20-bonding/Cargo.toml | 2 +- contracts/cw20-escrow/Cargo.toml | 2 +- contracts/cw20-merkle-airdrop/Cargo.toml | 2 +- contracts/cw20-staking/Cargo.toml | 2 +- contracts/cw20-streams/Cargo.toml | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2156a48f..faaff49d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "cw20-atomic-swap" -version = "0.14.0" +version = "0.14.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "cw20-bonding" -version = "0.14.0" +version = "0.14.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "cw20-escrow" -version = "0.14.0" +version = "0.14.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -390,7 +390,7 @@ dependencies = [ [[package]] name = "cw20-merkle-airdrop" -version = "0.14.0" +version = "0.14.1" dependencies = [ "bech32", "cosmwasm-schema", @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "cw20-staking" -version = "0.14.0" +version = "0.14.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "cw20-streams" -version = "0.14.0" +version = "0.14.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/README.md b/README.md index 0939875e..a6b817e3 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ contract you have written that you would like to share with the community. | Contracts | Download | Docs | | ----------------------- |-------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------| -| cw20-atomic-swap | [Release v0.14.0](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.0/cw20_atomic_swap.wasm) | [![Docs](https://docs.rs/cw20-atomic-swap/badge.svg)](https://docs.rs/cw20-atomic-swap) | -| cw20-bonding | [Release v0.14.0](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.0/cw20_bonding.wasm) | [![Docs](https://docs.rs/cw20-bonding/badge.svg)](https://docs.rs/cw20-bonding) | -| cw20-escrow | [Release v0.14.0](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.0/cw20_escrow.wasm) | [![Docs](https://docs.rs/cw20-escrow/badge.svg)](https://docs.rs/cw20-escrow) | -| cw20-staking | [Release v0.14.0](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.0/cw20_staking.wasm) | [![Docs](https://docs.rs/cw20-staking/badge.svg)](https://docs.rs/cw20-staking) | -| cw20-merkle-airdrop | [Release v0.14.0](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.0/cw20_merkle_airdrop.wasm) | [![Docs](https://docs.rs/cw20-merkle-airdrop/badge.svg)](https://docs.rs/cw20-merkle-airdrop) | +| cw20-atomic-swap | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_atomic_swap.wasm) | [![Docs](https://docs.rs/cw20-atomic-swap/badge.svg)](https://docs.rs/cw20-atomic-swap) | +| cw20-bonding | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_bonding.wasm) | [![Docs](https://docs.rs/cw20-bonding/badge.svg)](https://docs.rs/cw20-bonding) | +| cw20-escrow | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_escrow.wasm) | [![Docs](https://docs.rs/cw20-escrow/badge.svg)](https://docs.rs/cw20-escrow) | +| cw20-staking | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_staking.wasm) | [![Docs](https://docs.rs/cw20-staking/badge.svg)](https://docs.rs/cw20-staking) | +| cw20-merkle-airdrop | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_merkle_airdrop.wasm) | [![Docs](https://docs.rs/cw20-merkle-airdrop/badge.svg)](https://docs.rs/cw20-merkle-airdrop) | **Warning** None of these contracts have been audited and no liability is assumed for the use of this code. They are provided to turbo-start diff --git a/contracts/cw20-atomic-swap/Cargo.toml b/contracts/cw20-atomic-swap/Cargo.toml index 08d310e1..98d8739e 100644 --- a/contracts/cw20-atomic-swap/Cargo.toml +++ b/contracts/cw20-atomic-swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-atomic-swap" -version = "0.14.0" +version = "0.14.1" authors = ["Mauro Lacy "] edition = "2018" description = "Implementation of Atomic Swaps" diff --git a/contracts/cw20-bonding/Cargo.toml b/contracts/cw20-bonding/Cargo.toml index 44d06efa..91977f0c 100644 --- a/contracts/cw20-bonding/Cargo.toml +++ b/contracts/cw20-bonding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-bonding" -version = "0.14.0" +version = "0.14.1" authors = ["Ethan Frey "] edition = "2018" description = "Implement basic bonding curve to issue cw20 tokens" diff --git a/contracts/cw20-escrow/Cargo.toml b/contracts/cw20-escrow/Cargo.toml index 466b45ef..f1aed5f1 100644 --- a/contracts/cw20-escrow/Cargo.toml +++ b/contracts/cw20-escrow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-escrow" -version = "0.14.0" +version = "0.14.1" authors = ["Ethan Frey "] edition = "2018" description = "Implementation of an escrow that accepts CosmWasm-20 tokens as well as native tokens" diff --git a/contracts/cw20-merkle-airdrop/Cargo.toml b/contracts/cw20-merkle-airdrop/Cargo.toml index bb771478..3f56d8c2 100644 --- a/contracts/cw20-merkle-airdrop/Cargo.toml +++ b/contracts/cw20-merkle-airdrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-merkle-airdrop" -version = "0.14.0" +version = "0.14.1" authors = ["Orkun Kulce ", "Terraform Labs, PTE."] edition = "2018" description = "An Airdrop contract for allowing users to claim rewards with Merkle Tree based proof" diff --git a/contracts/cw20-staking/Cargo.toml b/contracts/cw20-staking/Cargo.toml index 0a158fa6..af152447 100644 --- a/contracts/cw20-staking/Cargo.toml +++ b/contracts/cw20-staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-staking" -version = "0.14.0" +version = "0.14.1" authors = ["Ethan Frey "] edition = "2018" description = "Implement simple staking derivatives as a cw20 token" diff --git a/contracts/cw20-streams/Cargo.toml b/contracts/cw20-streams/Cargo.toml index efc1d2b8..c6470c8a 100644 --- a/contracts/cw20-streams/Cargo.toml +++ b/contracts/cw20-streams/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw20-streams" -version = "0.14.0" +version = "0.14.1" authors = ["Vernon Johnson "] edition = "2018"