Skip to content

Commit a6cbe88

Browse files
authored
chore: Version bump to v0.13.0, changelog (#70)
* Release 0.13.0 * Changelog formatting improvements
1 parent f1e9fbf commit a6cbe88

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
# CDP Python SDK Changelog
22

3-
## Unreleased
4-
- Add support for fetching address reputation
5-
- Add `reputation` method to `Address` to fetch the reputation of the address.
3+
## [0.13.0] - 2024-12-19
64

75
### Added
8-
6+
- Add support for fetching address reputation
7+
- Add `reputation` method to `Address` to fetch the reputation of the address.
98
- Add support for registering, updating, and listing smart contracts that are
109
deployed external to CDP.
11-
1210
- Add `network_id` to `WalletData` so that it is saved with the seed data and surfaced via the export function
1311
- Add ability to import external wallets into CDP via a BIP-39 mnemonic phrase, as a 1-of-1 wallet
1412
- Add ability to import WalletData files exported by the NodeJS CDP SDK
13+
14+
### Deprecated
1515
- Deprecate `Wallet.load_seed` method in favor of `Wallet.load_seed_from_file`
1616
- Deprecate `Wallet.save_seed` method in favor of `Wallet.save_seed_to_file`
1717

18-
### [0.12.1] - 2024-12-10
18+
## [0.12.1] - 2024-12-10
1919

2020
### Added
2121

2222
- Wallet address contract invocation input validation for payable contracts.
2323

24-
### [0.12.0] - 2024-12-06
24+
## [0.12.0] - 2024-12-06
2525

2626
### Added
2727

2828
- Use Poetry as the dependency manager
2929
- Relax dependency version constraints
3030

31-
### [0.11.0] - 2024-11-27
31+
## [0.11.0] - 2024-11-27
3232

3333
### Added
3434

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.12.1"
3+
version = "0.13.0"
44
description = "CDP Python SDK"
55
authors = ["John Peterson <john.peterson@coinbase.com>"]
66
license = "LICENSE.md"

0 commit comments

Comments
 (0)