Skip to content

Commit dd7e7a6

Browse files
author
semantic-release
committed
chore(release): 0.4.1 [skip ci]
1 parent f7fd392 commit dd7e7a6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# CHANGELOG
22

33

4+
## v0.4.1 (2025-03-06)
5+
6+
### Bug Fixes
7+
8+
- **ci**: Improve release process
9+
([`f7fd392`](https://github.com/r-near/near-sdk-py/commit/f7fd3923102acbf3394177143de3846617269d30))
10+
11+
412
## v0.4.0 (2025-03-06)
513

14+
### Chores
15+
16+
- **release**: 0.4.0
17+
([`3913f58`](https://github.com/r-near/near-sdk-py/commit/3913f584b80662ec9f6601ab87e8a38d7b718e3b))
18+
619
### Documentation
720

821
- Add more info about Collections
@@ -16,6 +29,11 @@
1629

1730
## v0.3.0 (2025-03-05)
1831

32+
### Chores
33+
34+
- **release**: 0.3.0
35+
([`c72f1eb`](https://github.com/r-near/near-sdk-py/commit/c72f1ebb2afd8ada616e7826e1f66936d4cd5f03))
36+
1937
### Features
2038

2139
- Collections API ([#4](https://github.com/r-near/near-sdk-py/pull/4),
@@ -44,6 +62,11 @@
4462

4563
## v0.2.0 (2025-03-04)
4664

65+
### Chores
66+
67+
- **release**: 0.2.0
68+
([`204dbb8`](https://github.com/r-near/near-sdk-py/commit/204dbb8f468562ed8c0b7c3b1e6e8f5a223d0383))
69+
4770
### Documentation
4871

4972
- Update README
@@ -91,6 +114,9 @@
91114
- Update permissions
92115
([`0e9b3ae`](https://github.com/r-near/near-sdk-py/commit/0e9b3aee307aababe8db3ba2c61c7c661516f390))
93116

117+
- **release**: 0.1.2
118+
([`9667445`](https://github.com/r-near/near-sdk-py/commit/96674452eef1cb6628c8f35d4a6ee8d6def8d8ab))
119+
94120

95121
## v0.1.1 (2025-03-03)
96122

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.4.0"
3+
version = "0.4.1"
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)