We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74ed46 commit 27b94daCopy full SHA for 27b94da
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 0.5.2 (2024-12-06)
13
14
### Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule FLAME.Runner.MixProject do
def project do
[
app: :flame,
- version: "0.5.2",
+ version: "0.5.3",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
0 commit comments