Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Jun 12, 2023
1 parent c44cf9d commit 2daacc7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Version 2.0.1
### Dependencies
- ([\#205](https://github.com/desmos-labs/desmos-bindings.git/pull/205)) Bump prettyplease from 0.2.5 to 0.2.6
- ([\#206](https://github.com/desmos-labs/desmos-bindings.git/pull/206)) Bump base64 from 0.21.0 to 0.21.2
- ([\#208](https://github.com/desmos-labs/desmos-bindings.git/pull/208)) Bump quote from 1.0.27 to 1.0.28
- ([\#211](https://github.com/desmos-labs/desmos-bindings.git/pull/211)) Bump log from 0.4.17 to 0.4.18
- ([\#215](https://github.com/desmos-labs/desmos-bindings.git/pull/215)) Bump chrono from 0.4.24 to 0.4.26
- ([\#218](https://github.com/desmos-labs/desmos-bindings.git/pull/218)) Bump regex from 1.8.1 to 1.8.4
- ([\#219](https://github.com/desmos-labs/desmos-bindings.git/pull/219)) Bump cosmwasm-schema from 1.2.5 to 1.2.6
- ([\#220](https://github.com/desmos-labs/desmos-bindings.git/pull/220)) Bump cosmwasm-std from 1.2.5 to 1.2.6
- ([\#223](https://github.com/desmos-labs/desmos-bindings.git/pull/223)) Bump cw-multi-test from 0.16.4 to 0.16.5
- ([\#224](https://github.com/desmos-labs/desmos-bindings.git/pull/224)) Bump proc-macro2 from 1.0.58 to 1.0.60

## Version 2.0.0
### Breaking changes
With this version, all the methods now are base on stargate feature. For this reason, the following changes have been made:
Expand Down
6 changes: 3 additions & 3 deletions packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desmos-bindings"
version = "2.0.0"
version = "2.0.1"
authors = [
"Leonardo Bragagnolo <leonardo@forbole.com>",
"Paul Chen <paul@forbole.com>",
Expand Down Expand Up @@ -29,11 +29,11 @@ thiserror = "1.0.40"
prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.11.9", default-features = false}
serde-cw-value = "0.7.0"
desmos-mock = { version = "0.1.0", path = "../mock" }
desmos-mock = { version = "2.0.1", path = "../mock" }
schemars = "0.8.11"
strum_macros = "0.24.3"
base64 = "0.21.2"
desmos-std-derive = {version = "0.1.0", path = "../std-derive"}
desmos-std-derive = {version = "2.0.1", path = "../std-derive"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = { version = "0.16.5" }
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Mock helpler for testing"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "desmos-mock"
version = "0.1.0"
version = "2.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions packages/std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Procedural macro for desmos-std"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "desmos-std-derive"
version = "0.1.0"
version = "2.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -21,4 +21,4 @@ cosmwasm-std = {version = "1.2.6", features = ["stargate"]}
prost = "0.11"
serde = "1.0.163"
trybuild = {version = "1.0.80", features = ["diff"]}
desmos-mock = { version = "0.1.0", path = "../mock" }
desmos-mock = { version = "2.0.1", path = "../mock" }

0 comments on commit 2daacc7

Please sign in to comment.