Releases: osmosis-labs/osmosis-rust
Releases · osmosis-labs/osmosis-rust
v0.16.1
What's Changed
- fix: Use StdError constructor functions by @apollo-sturdy in #82
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- feat: Generate types for cosmwasm by @apollo-sturdy in #77
- feat: Add backtraces feature for cosmwasm-std Errors by @apollo-sturdy in #80
- new modules: concentratedliquidity, cosmwasmpool
New Contributors
- @apollo-sturdy made their first contribution in #77
Full Changelog: v0.15.2...v0.16.0
v0.16.0-beta.1
What's Changed
- feat: Add backtraces feature for cosmwasm-std Errors by @apollo-sturdy in #80
Full Changelog: v0.16.0-beta.0...v0.16.0-beta.1
v0.16.0-beta.0
What's Changed
- Generate types for osmosis v16
- Suppress deprecation warning while building osmosis-std
Full Changelog: v0.15.3...v0.16.0-beta.0
v0.15.3
What's new
- cosmwasm types by @apollo-sturdy
- fix repeating message name by @apollo-sturdy
v0.15.2
v0.15.1
v0.13.1
v0.12.0
v0.1.6
What's new
- Use reference of
QuerierWrappe
r to construct native module's querier wrapper to avoid clone (by @larry0x) - Allow constructing native module's querier wrapper from generic
QuerierWrapper
as opposed to onlyQuerierWrapper<Empty>
so it can be used alongside with bindings