Skip to content

Commit 27b94da

Browse files
committed
Release 0.5.3
1 parent a74ed46 commit 27b94da

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.5.3 (2025-12-09)
4+
5+
### Bug Fixes
6+
- Include all files in copy paths
7+
8+
### Enhancements
9+
- Fix warnings on Elixir v1.19
10+
- Clean up code_sync artifacts in extract_dir
11+
312
## 0.5.2 (2024-12-06)
413

514
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FLAME.Runner.MixProject do
44
def project do
55
[
66
app: :flame,
7-
version: "0.5.2",
7+
version: "0.5.3",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)