Skip to content

Commit 3df0e5c

Browse files
committed
Bump version to 1.7.1
1 parent 834c73f commit 3df0e5c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 1.7.1 (2026-02-23)
4+
5+
### Fixed
6+
7+
- **Hex package missing priv directory** - Added explicit `files` configuration to include
8+
`priv/erlang_loop.py` and other necessary files in the hex.pm package
9+
310
## 1.7.0 (2026-02-23)
411

512
### Added

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, "1.7.0"},
3+
{vsn, "1.7.1"},
44
{registered, [py_pool]},
55
{mod, {erlang_python_app, []}},
66
{applications, [

0 commit comments

Comments
 (0)