Skip to content

Commit

Permalink
chore: release version v2.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 14, 2024
1 parent e8f6876 commit 017985b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.2.20](https://github.com/ash-project/spark/compare/v2.2.19...v2.2.20) (2024-08-14)




### Bug Fixes:

* show proper list of known options

* validate schema at compile time

## [v2.2.19](https://github.com/ash-project/spark/compare/v2.2.18...v2.2.19) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ This library has only recently been extracted out from Ash core, so there is sti

## Dependency

`{:spark, "~> 2.2.19"}`
`{:spark, "~> 2.2.20"}`


2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Spark.MixProject do
use Mix.Project

@version "2.2.19"
@version "2.2.20"

@description "Generic tooling for building DSLs"

Expand Down

0 comments on commit 017985b

Please sign in to comment.