Skip to content

Commit 2a3310b

Browse files
committed
fix: changelog conflict
Signed-off-by: exploreriii <[email protected]>
1 parent 4bca687 commit 2a3310b

File tree

1 file changed

+56
-5
lines changed

1 file changed

+56
-5
lines changed

CHANGELOG.md

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,70 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
88
### Deprecated
99
- logger.warn is deprecated and will be removed in a future release. Please use logger.warning instead.
1010
- get_logger method passing (name, level) will be removed in preference of (level, name) in a future release.
11+
## [0.1.3] - 2025-07-03
12+
### Added
13+
- TokenType Class
14+
- MAINTAINERS.md file
15+
- Duration Class
16+
- NFTTokenCreateTransaction Class
17+
- TokenUnfreezeTransaction
18+
- Executable Abstraction
19+
- Logger
20+
- Node Implementation
21+
- Integration Tests across the board
22+
- TokenWipeTransaction Class
23+
- TokenNFTInfoQuery Class
24+
- TokenInfo Class
25+
- TokenRejectTransaction Class
26+
- TokenUpdateNftsTransaction Class
27+
- TokenInfoQuery Class
28+
- TokenPauseTransaction Class
29+
- TokenBurnTransaction Class
30+
- TokenGrantKycTransaction Class
31+
- TokenUpdateTransaction Class
32+
- added Type hinting and initial methods to several modules
33+
- TokenRevoceKycTransaction Class
34+
- README_types.md
35+
- TransactionRecordQuery Class
36+
- AccountInfoQuery Class
37+
1138

39+
### Changed
40+
- replace datetime.utcnow() with datetime.now(timezone.utc) for Python 3.10
41+
- updated pr-checks.yml
42+
- added add_require_frozen() to Transaction Base Class
43+
- added NFT Transfer in TransferTransaction
44+
- bumped solo-actions to latest release
45+
- updated to/from_proto method to be protected
46+
- Example scripts updated to be easily run form root
47+
- README updated
48+
- added PublicKey.from_proto to PublicKey class
49+
- changed Query Class to have method get_cost
1250

13-
## [0.1.3]
51+
### Fixed
52+
- fixed INVALID_NODE_ACCOUNT during node switching
53+
- fixed ed25519 key ambiguity (PrivateKey.from_string -> PrivateKey.from_string_ed25519 in examples)
54+
55+
### Removed
56+
- Redundant test.py file
57+
58+
59+
## [0.1.2] - 2025-03-12
1460
### Added
15-
- a lot of Transactions
61+
- NFTId Class
1662

1763
### Changed
18-
- Example scripts updated
19-
- README updated
64+
- use SEC1 ECPrivateKey instead of PKCS#8
65+
66+
### Fixed
67+
- PR checks
68+
- misnamed parameter (ECDSASecp256k1=pub_bytes -> ECDSA_secp256k1=pub_bytes)
2069

2170
### Removed
71+
- .DS_store file
2272

2373

24-
## [0.1.1]
74+
## [0.1.1] – 2025-02-25
2575
### Added
2676
- RELEASE.md
2777
- CONTRIBUTING.md
@@ -33,6 +83,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3383
### Removed
3484
- pdm.lock & uv.lock file
3585

86+
3687
## [0.1.0] - 2025-02-19
3788
### Added
3889
- Initial release of the Python SDK core functionality.

0 commit comments

Comments
 (0)