Skip to content

Commit 9ce6c6b

Browse files
committed
chore: release version v2.3.6
1 parent c9128a5 commit 9ce6c6b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

1313
<!-- changelog -->
1414

15+
## [v2.3.6](https://github.com/ash-project/spark/compare/v2.3.5...v2.3.6) (2025-10-21)
16+
17+
18+
19+
20+
### Bug Fixes:
21+
22+
* implements_behaviour? do not return true for any module (#229) by Jonatan Männchen
23+
24+
* run compile task before formatting by Zach Daniel
25+
1526
## [v2.3.5](https://github.com/ash-project/spark/compare/v2.3.4...v2.3.5) (2025-09-29)
1627

1728

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.3.5"}`
24+
`{:spark, "~> 2.3.6"}`
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.3.5"
8+
@version "2.3.6"
99

1010
@description "Generic tooling for building DSLs"
1111

0 commit comments

Comments
 (0)