Skip to content

Commit b105fa7

Browse files
committed
chore: release version v2.2.68
1 parent d985a38 commit b105fa7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
817
## [v2.2.67](https://github.com/ash-project/spark/compare/v2.2.66...v2.2.67) (2025-06-25)
918

1019

documentation/tutorials/get-started-with-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ but PRs are very welcome for more documentation and examples.
1414

1515
## Dependency
1616

17-
`{:spark, "~> 2.2.67"}`
17+
`{:spark, "~> 2.2.68"}`
1818

1919
## Your First DSL
2020

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Spark.MixProject do
22
use Mix.Project
33

4-
@version "2.2.67"
4+
@version "2.2.68"
55

66
@description "Generic tooling for building DSLs"
77

0 commit comments

Comments
 (0)