Skip to content

Commit d0e5285

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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: 2 additions & 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, [
@@ -23,6 +23,7 @@
2323
"CHANGELOG.md",
2424
"src",
2525
"c_src",
26+
"priv",
2627
"docs",
2728
"examples",
2829
"test"]}

0 commit comments

Comments
 (0)