Skip to content

Commit ffbc1a2

Browse files
[Release] Terrarium 0.8.1
1 parent 266a918 commit ffbc1a2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
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+
412
## [0.8.0] - 2026-03-28
513

614
### Features

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Terrarium.MixProject do
22
use Mix.Project
33

4-
@version "0.8.0"
4+
@version "0.8.1"
55
@source_url "https://github.com/pepicrft/terrarium"
66

77
def project do

0 commit comments

Comments
 (0)