We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84de7e commit eae48ecCopy full SHA for eae48ec
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.8.0 (2025-03-14)
5
+
6
+### Features
7
8
+- Auto inject exports ([#25](https://github.com/r-near/nearc/pull/25),
9
+ [`a84de7e`](https://github.com/r-near/nearc/commit/a84de7eb62731e83c0afce68658daf09ee081605))
10
11
12
## v0.7.3 (2025-03-14)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "nearc"
-version = "0.7.3"
+version = "0.8.0"
description = "Python to WebAssembly compiler for NEAR smart contracts"
readme = "README.md"
requires-python = ">=3.11"
0 commit comments