Skip to content

Commit 93de1c7

Browse files
committed
chore: release version v2.4.1
1 parent 9c4a2ca commit 93de1c7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

1313
<!-- changelog -->
1414

15+
## [v2.4.1](https://github.com/ash-project/spark/compare/v2.4.0...v2.4.1) (2026-02-22)
16+
17+
18+
19+
20+
### Bug Fixes:
21+
22+
* suppress Dialyzer warnings for generated anno functions on OTP 28 (#261) by jeffhuen
23+
24+
* Handle same-named sibling sections in DSL extensions by Zach Daniel
25+
26+
* docs redirect tests (#252) by leonqadirie
27+
1528
## [v2.4.0](https://github.com/ash-project/spark/compare/v2.3.14...v2.4.0) (2026-01-15)
1629

1730

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

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

2222
## Dependency
2323

24-
`{:spark, "~> 2.4.0"}`
24+
`{:spark, "~> 2.4.1"}`
2525

2626
## Your First DSL
2727

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Spark.MixProject do
66
use Mix.Project
77

8-
@version "2.4.0"
8+
@version "2.4.1"
99

1010
@description "Generic tooling for building DSLs"
1111

0 commit comments

Comments
 (0)