File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1212
1313<!-- changelog -->
1414
15+ ## [ v2.3.13] ( https://github.com/ash-project/spark/compare/v2.3.12...v2.3.13 ) (2025-11-05)
16+
17+
18+
19+
20+ ### Bug Fixes:
21+
22+ * mix format crashes in umbrella projects (#230 ) by Matthew Sinclair
23+
24+ * replace explicit try with implicit try and remove deprecated unless by Matthew Sinclair
25+
1526## [ v2.3.12] ( https://github.com/ash-project/spark/compare/v2.3.11...v2.3.12 ) (2025-10-30)
1627
1728
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ but PRs are very welcome for more documentation and examples.
2121
2222## Dependency
2323
24- ` {:spark, "~> 2.3.12 "} `
24+ ` {:spark, "~> 2.3.13 "} `
2525
2626## Your First DSL
2727
Original file line number Diff line number Diff line change 55defmodule Spark.MixProject do
66 use Mix.Project
77
8- @ version "2.3.12 "
8+ @ version "2.3.13 "
99
1010 @ description "Generic tooling for building DSLs"
1111
You can’t perform that action at this time.
0 commit comments