File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.10.0
4
+
5
+ Bindings for [ Neutron Dex module] ( https://docs.neutron.org/neutron/modules/dex/overview/ ) is added.
6
+
7
+ ### Added
8
+
9
+ * feat: cw dex bindings by @swelf19 in https://github.com/neutron-org/neutron-sdk/pull/120
10
+
3
11
## 0.9.0
4
12
5
13
Now Neutron-SDK supports ICQ and ICTX helpers for different version of Cosmos-SDK and specifically 0.9.0 release
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ This guide explains what is needed to upgrade contracts when migrating over rele
4
4
also view the
5
5
[ complete CHANGELOG] ( ./CHANGELOG.md ) to understand the differences.
6
6
7
+ ## 0.9.0 -> 0.10.0
8
+
9
+ * Update` neutron-sdk ` dependencies in Cargo.toml:
10
+
11
+ ```
12
+ [dependencies]
13
+ neutron-sdk = "0.10.0"
14
+ # ...
15
+ ```
16
+
7
17
## 0.8.0 -> 0.9.0
8
18
9
19
* Update` neutron-sdk ` dependencies in Cargo.toml:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " neutron-sdk"
3
3
description = " Neutron CosmWasm SDK for interacting with Neutron blockchain"
4
- version = " 0.9 .0"
4
+ version = " 0.10 .0"
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/neutron-org/neutron-sdk"
You can’t perform that action at this time.
0 commit comments