Skip to content

Commit c72f1eb

Browse files
author
semantic-release
committed
chore(release): 0.3.0
1 parent d462bc4 commit c72f1eb

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# CHANGELOG
22

33

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+
432
## v0.2.0 (2025-03-04)
533

634
### Documentation

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "near-sdk-py"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A higher-level API for building NEAR smart contracts in Python."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)