File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v2.3.4] ( https://github.com/ash-project/spark/compare/v2.3.3...v2.3.4 ) (2025-09-25)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * Verify Metadata Struct Fields after Compilation (#217 ) by Jonatan Männchen
16+
817## [ v2.3.3] ( https://github.com/ash-project/spark/compare/v2.3.2...v2.3.3 ) (2025-09-25)
918
1019
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ but PRs are very welcome for more documentation and examples.
1414
1515## Dependency
1616
17- ` {:spark, "~> 2.3.3 "} `
17+ ` {:spark, "~> 2.3.4 "} `
1818
1919## Your First DSL
2020
Original file line number Diff line number Diff line change 11defmodule Spark.MixProject do
22 use Mix.Project
33
4- @ version "2.3.3 "
4+ @ version "2.3.4 "
55
66 @ description "Generic tooling for building DSLs"
77
You can’t perform that action at this time.
0 commit comments