Skip to content

Commit d1af7e3

Browse files
Preparing v0.21.0 release (#116)
1 parent 27b6931 commit d1af7e3

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [0.21.0] - 2025-02-28
6+
7+
### Added
8+
- Ability to check UserOperation status using a string comparison.
9+
510
## [0.20.0] - 2025-02-25
611

712
### Added

cdp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.0"
1+
__version__ = "0.21.0"

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.20.0'
17+
release = '0.21.0'
1818

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cdp-sdk"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
description = "CDP Python SDK"
55
authors = ["John Peterson <john.peterson@coinbase.com>"]
66
license = "LICENSE.md"

0 commit comments

Comments
 (0)