Commit c72f1eb semantic-release
committed
1 parent d462bc4 commit c72f1eb Copy full SHA for c72f1eb
File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.3.0 (2025-03-05)
5
+
6
+ ### Features
7
+
8
+ - Collections API ([ #4 ] ( https://github.com/r-near/near-sdk-py/pull/4 ) ,
9
+ [ ` d462bc4 ` ] ( https://github.com/r-near/near-sdk-py/commit/d462bc43fed737aa3518ab2ca6f6a2c70be7fa83 ) )
10
+
11
+ * feat: Collections API
12
+
13
+ * Strip out generics for micropython
14
+
15
+ * Switch to msgpack serialization
16
+
17
+ * Linting
18
+
19
+ * Move this to inside the SDK
20
+
21
+ * Fix imports
22
+
23
+ * Add docs
24
+
25
+ * Rename this job
26
+
27
+ * Switch to pickle (it's native)
28
+
29
+ * Use generic Exception class
30
+
31
+
4
32
## v0.2.0 (2025-03-04)
5
33
6
34
### Documentation
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " near-sdk-py"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " A higher-level API for building NEAR smart contracts in Python."
5
5
readme = " README.md"
6
6
requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments