Skip to content

Commit e4008bc

Browse files
committed
v0.1.1
1 parent 7e3f55f commit e4008bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.1
4+
5+
Changed:
6+
- Renamed `JSContext.load_script` to `JSContext.load`.
7+
8+
39
## v0.1.0
410

511
Added:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quickjs-cffi"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python binding for QuickJS using CFFI"
55
homepage = "https://github.com/tangledgroup/quickjs-cffi"
66
repository = "https://github.com/tangledgroup/quickjs-cffi"

0 commit comments

Comments
 (0)