From 1804f0696bb021bf9f85468c3cfaf5de0428db50 Mon Sep 17 00:00:00 2001 From: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:21:16 -0500 Subject: [PATCH] release: py-sdk v0.1.0 #bump-minor (#104) release for py-sdk 0.1.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd792b0a..ea907946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file. -## Unreleased +## v0.1.0 2022-08-22 - feat(proto): use external proto pkg `nibiru_proto` for versioned types [#81](https://github.com/NibiruChain/py-sdk/pull/81) +- fix(query_clients): account for missing fields on the pb_msg in deserialize [#103](https://github.com/NibiruChain/py-sdk/pull/103) +- test(vpool): test_query_vpool_base_asset_price [#103](https://github.com/NibiruChain/py-sdk/pull/103) +- chore: Remove protogen script as we're pulling from `nibiru-proto` now [#98](https://github.com/NibiruChain/py-sdk/pull/98) +- chore: Automate publishing with ci [#100](https://github.com/NibiruChain/py-sdk/pull/100) +- refactor: Split the design of tx between message and execution [#92](https://github.com/NibiruChain/py-sdk/pull/92) ## v0.0.17 - 2022-08-16