We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266a918 commit ffbc1a2Copy full SHA for ffbc1a2
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
3
All notable changes to this project will be documented in this file.
4
+## [0.8.1] - 2026-03-28
5
+
6
+### Bug Fixes
7
8
+- fix: Pre-install Erlang before starting peer to avoid stdin consumption
9
10
+- fix: Correct -pa path to match deployed tarball structure
11
12
## [0.8.0] - 2026-03-28
13
14
### Features
mix.exs
@@ -1,7 +1,7 @@
defmodule Terrarium.MixProject do
use Mix.Project
- @version "0.8.0"
+ @version "0.8.1"
@source_url "https://github.com/pepicrft/terrarium"
def project do
0 commit comments