Skip to content

Commit 3e06f37

Browse files
chore: Release 0.0.9 (#37)
1 parent 0b10f03 commit 3e06f37

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## [0.0.9] - 2024-10-29
6+
7+
### Fixed
8+
9+
- Fixed bug in gasless transfer that blocked sending the full asset balance.
10+
511
## [0.0.8] - 2024-10-28
612

713
### Added

cdp/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.8"
1+
__version__ = "0.0.9"

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
project = 'CDP SDK'
1616
author = 'Coinbase Developer Platform'
17-
release = '0.0.8'
17+
release = '0.0.9'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cdp-sdk"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "CDP Python SDK"
55
readme = "README.md"
66
authors = [{name = "John Peterson", email = "[email protected]"}]

0 commit comments

Comments
 (0)