Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: releases/v0.3.0 #112

Merged
merged 4 commits into from
Aug 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 27 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,40 @@

All notable changes to this project will be documented in this file.

## v0.2.0 2022-08-24
## [Unreleased](https://github.com/NibiruChain/py-sdk/compare/v0.3.0...HEAD)

### Breaking Changes
- ...

- Improve query error handling [#108](https://github.com/NibiruChain/py-sdk/pull/108)
- feat: Split the design of txs between message and execution. [#96](https://github.com/NibiruChain/py-sdk/pull/96)
- hotfix/test(query_clients): Test vpool.query.all_pools fn. Account for deserialize edge case #102. [#103](https://github.com/NibiruChain/py-sdk/pull/103)
## [v0.3.0](https://github.com/NibiruChain/py-sdk/releases/tag/v0.3.0) 2022-08-25

### API Breaking Changes

- [[#111]](https://github.com/NibiruChain/nibiru-py/pull/111) case str to float safely in the vpool module's all pools query.

## [v0.2.0](https://github.com/NibiruChain/py-sdk/releases/tag/v0.2.0) [2022-08-24](https://github.com/NibiruChain/py-sdk/pull/109)

### API Breaking Changes

- [[#109]](https://github.com/NibiruChain/nibiru-py/pull/109) Update nibiru-proto dependency for v0.14.0 binary.
- [[#108]](https://github.com/NibiruChain/py-sdk/pull/108) Improve query error handling
- [[#103]](https://github.com/NibiruChain/py-sdk/pull/103) hotfix/test(query_clients): Test vpool.query.all_pools fn. Account for deserialize edge case #102.
- [[#96]](https://github.com/NibiruChain/py-sdk/pull/96) feat: Split the design of txs between message and execution.

### Improvements

- refactor(ci-cd): Update linter workflow. Cache poetry installation. [#96](https://github.com/NibiruChain/py-sdk/pull/96)
- Remove legacy run-examples.sh [#97](https://github.com/NibiruChain/py-sdk/pull/97)
- test: Add back utils_test file [#96](https://github.com/NibiruChain/py-sdk/pull/96)
- docs: Update README.md [#104](https://github.com/NibiruChain/py-sdk/pull/104)
- [[#104]](https://github.com/NibiruChain/py-sdk/pull/104) docs: Update README.md
- [[#97]](https://github.com/NibiruChain/py-sdk/pull/97) Remove legacy run-examples.sh
- [[#96]](https://github.com/NibiruChain/py-sdk/pull/96) refactor(ci-cd): Update linter workflow. Cache poetry installation.
- [[#96]](https://github.com/NibiruChain/py-sdk/pull/96) test: Add back utils_test file

## v0.1.0 2022-08-22
## [v0.1.0](https://github.com/NibiruChain/py-sdk/releases/tag/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)
- [[#81]](https://github.com/NibiruChain/py-sdk/pull/81) feat(proto): use external proto pkg `nibiru_proto` for versioned types
- [[#103]](https://github.com/NibiruChain/py-sdk/pull/103) 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
- [[#98]](https://github.com/NibiruChain/py-sdk/pull/98) chore: Remove protogen script as we're pulling from `nibiru-proto` now
- [[#100]](https://github.com/NibiruChain/py-sdk/pull/100) chore: Automate publishing with ci
- [[#92]](https://github.com/NibiruChain/py-sdk/pull/92) refactor: Split the design of tx between message and execution

## v0.0.17 - 2022-08-16

Expand Down