Skip to content

Commit 3913f58

Browse files
author
semantic-release
committed
chore(release): 0.4.0
1 parent 169a3cd commit 3913f58

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v0.4.0 (2025-03-06)
5+
6+
### Documentation
7+
8+
- Add more info about Collections
9+
([`cecd424`](https://github.com/r-near/near-sdk-py/commit/cecd424a4e77d8088547a700ba3fcbb7260ba00c))
10+
11+
### Features
12+
13+
- Support more versions of Python ([#9](https://github.com/r-near/near-sdk-py/pull/9),
14+
[`169a3cd`](https://github.com/r-near/near-sdk-py/commit/169a3cd9fa4812d8cf9c7104a39215d6006c8ec2))
15+
16+
417
## v0.3.0 (2025-03-05)
518

619
### Features

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.3.1"
3+
version = "0.4.0"
44
description = "A higher-level API for building NEAR smart contracts in Python."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)