Skip to content

Commit feef974

Browse files
committed
Release version 2.3.0
1 parent 42035b8 commit feef974

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.2.0 (2026-03-24)
3+
## 2.3.0 (2026-03-29)
44

55
### Added
66

@@ -16,6 +16,10 @@
1616
- Pickle serialization for complex types
1717
- See [SharedDict documentation](docs/shared-dict.md) for details
1818

19+
## 2.2.0 (2026-03-24)
20+
21+
### Added
22+
1923
- **OWN_GIL Mode** - True parallel Python execution with Python 3.14+ subinterpreters
2024
- Each subinterpreter runs with its own GIL (`Py_GIL_OWN`) in a dedicated thread
2125
- Full isolation between interpreters (separate namespaces, modules, state)

src/erlang_python.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, erlang_python, [
22
{description, "Execute Python applications from Erlang using dirty NIFs"},
3-
{vsn, "2.2.0"},
3+
{vsn, "2.3.0"},
44
{registered, [py_pool]},
55
{mod, {erlang_python_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)