Skip to content

Commit

Permalink
Prep for v0.12.2 release (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored May 19, 2024
1 parent 7a18164 commit c4d928a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# History

## 0.12.2 (2024-05-??)
## 0.12.2 (2024-05-20)

- Add optional context manager and `.close()` semantics to Python `MiniRacer` class.

- Fixed a potential hang on MiniRacer teardown if MiniRacer is executing a microtask
which loops infinitely.

- Add optional context manager and `.close()` semantics to Python `MiniRacer` class.
- Switch C++ side of MiniRacer to a more straightforward object lifecycle management
model.

## 0.12.1 (2024-05-18)

Expand Down
2 changes: 1 addition & 1 deletion src/py_mini_racer/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "bpcreech"
__email__ = "[email protected]"
__version__ = "0.12.1"
__version__ = "0.12.2"

0 comments on commit c4d928a

Please sign in to comment.