From 96dd75880c9cccc780d1f87b019e42c6347e2ebc Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Wed, 8 Apr 2026 17:12:54 -0400 Subject: [PATCH] [release] Release 0.2.1 Made-with: Cursor --- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43caa02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project are documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.1] - 2026-04-08 + +### Fixed + +- Order status requests now send the correct query parameter ([#7](https://github.com/decibeltrade/python-sdk/pull/7)). + +### Changed + +- Transaction confirmation: clearer exception handling in the confirmation loop and additional logging around order placement ([#9](https://github.com/decibeltrade/python-sdk/pull/9)). + +## [0.2.0] - 2026-04-06 + +Configurable transaction timeouts, Aptos contract ABI and registry updates for testnet and mainnet, custom submit/confirm exceptions, and CI improvements including release tagging. See the [v0.2.0](https://github.com/decibeltrade/python-sdk/releases/tag/v0.2.0) release on GitHub. + +[0.2.1]: https://github.com/decibeltrade/python-sdk/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/decibeltrade/python-sdk/releases/tag/v0.2.0 diff --git a/pyproject.toml b/pyproject.toml index 9f0d28c..42349eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "decibel-python-sdk" -version = "0.2.0" +version = "0.2.1" description = "Python SDK for interacting with Decibel, a fully on-chain trading engine built on Aptos." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index f52663f..c613791 100644 --- a/uv.lock +++ b/uv.lock @@ -489,7 +489,7 @@ wheels = [ [[package]] name = "decibel-python-sdk" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "aptos-sdk" },