Skip to content

Commit 9667445

Browse files
author
semantic-release
committed
chore(release): 0.1.2
1 parent 0e9b3ae commit 9667445

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# CHANGELOG
2+
3+
4+
## v0.1.2 (2025-03-04)
5+
6+
### Bug Fixes
7+
8+
- Add GitHub token to release workflow
9+
([`863f8dc`](https://github.com/r-near/near-sdk-py/commit/863f8dcaadfa1601a84b79ba962945017a772c8a))
10+
11+
- Add release workflow ([#2](https://github.com/r-near/near-sdk-py/pull/2),
12+
[`d57b0ee`](https://github.com/r-near/near-sdk-py/commit/d57b0ee8221e647143c68f4a7b2fe8ffe4ea523b))
13+
14+
* fix: Add release workflow
15+
16+
* Fix lockfile
17+
18+
- Fetch tags for release
19+
([`c48def0`](https://github.com/r-near/near-sdk-py/commit/c48def02011ae4aa8672dc1db15fbb04d65c017c))
20+
21+
- Set env variable in the correct location
22+
([`0c14d1c`](https://github.com/r-near/near-sdk-py/commit/0c14d1c6a90803b52608078e85b459156685a54e))
23+
24+
- Update fetch-depth
25+
([`409f217`](https://github.com/r-near/near-sdk-py/commit/409f217dab37d722af12e757aeea9e154add4d3c))
26+
27+
### Chores
28+
29+
- Auto-run on main
30+
([`a1d3f7b`](https://github.com/r-near/near-sdk-py/commit/a1d3f7b4f389f975ed0b8ca6abf1dcd9f7dc9daa))
31+
32+
- Update permissions
33+
([`0e9b3ae`](https://github.com/r-near/near-sdk-py/commit/0e9b3aee307aababe8db3ba2c61c7c661516f390))
34+
35+
36+
## v0.1.1 (2025-03-03)
37+
38+
### Bug Fixes
39+
40+
- Circular imports in WASM
41+
([`a56b757`](https://github.com/r-near/near-sdk-py/commit/a56b75790be8d6a01ad34aac4509ec4d1383cd9e))

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.1.1"
3+
version = "0.1.2"
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)