Skip to content
Merged
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "decibel-python-sdk"
version = "0.2.0"
version = "0.2.1"
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project version is bumped to 0.2.1 here, but the runtime-exposed decibel.__version__ is still hard-coded as 0.1.0 (see src/decibel/_version.py:1). For a release, please update that constant (or derive it from package metadata) so decibel.__version__ stays in sync with the published package version.

Copilot uses AI. Check for mistakes.
description = "Python SDK for interacting with Decibel, a fully on-chain trading engine built on Aptos."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading