We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f55f commit e4008bcCopy full SHA for e4008bc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.1.1
4
+
5
+Changed:
6
+ - Renamed `JSContext.load_script` to `JSContext.load`.
7
8
9
## v0.1.0
10
11
Added:
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quickjs-cffi"
-version = "0.1.0"
+version = "0.1.1"
description = "Python binding for QuickJS using CFFI"
homepage = "https://github.com/tangledgroup/quickjs-cffi"
repository = "https://github.com/tangledgroup/quickjs-cffi"
0 commit comments