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
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v2.2.68] ( https://github.com/ash-project/spark/compare/v2.2.67...v2.2.68 ) (2025-08-11)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * add after_define option, and use pdict for inline info generation by Zach Daniel
16
+
8
17
## [ v2.2.67] ( https://github.com/ash-project/spark/compare/v2.2.66...v2.2.67 ) (2025-06-25)
9
18
10
19
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ but PRs are very welcome for more documentation and examples.
14
14
15
15
## Dependency
16
16
17
- ` {:spark, "~> 2.2.67 "} `
17
+ ` {:spark, "~> 2.2.68 "} `
18
18
19
19
## Your First DSL
20
20
Original file line number Diff line number Diff line change 1
1
defmodule Spark.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "2.2.67 "
4
+ @ version "2.2.68 "
5
5
6
6
@ description "Generic tooling for building DSLs"
7
7
You can’t perform that action at this time.
0 commit comments