Skip to content

Commit aa3fd54

Browse files
committed
Prep for v0.13.2
1 parent fe0ad06 commit aa3fd54

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# History
22

3+
## 0.13.2 (2025-12-25)
4+
5+
- Improve performance of function calls by exposing Array.prototype.push (avoiding two
6+
round trips to get array size and then slice it, for function call argv construction).
7+
- Various internal simplifications intended to improve maintainability. None of these
8+
should be externally visible.
9+
310
## 0.13.1 (2025-12-24)
411

512
- Fix MacOS wheels to not require MacOS 15.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=80.9"]
44

55
[project]
66
name = "mini-racer"
7-
version = "0.13.1"
7+
version = "0.13.2"
88
dynamic = ["readme"]
99
description = "Minimal, modern embedded V8 for Python."
1010
license = "ISC"

src/py_mini_racer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = "bpcreech"
44
__email__ = "mini-racer@bpcreech.com"
5-
__version__ = "0.13.1"
5+
__version__ = "0.13.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)