Skip to content

Commit

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

<!-- changelog -->

## [v2.1.21](https://github.com/ash-project/spark/compare/v2.1.20...v2.1.21) (2024-05-10)




### Bug Fixes:

* properly match on `fetch_opt` in Spark.InfoGenerator (#90)

### Improvements:

* better handling around default values for dsl options in info generator (#88)

## [v2.1.20](https://github.com/ash-project/spark/compare/v2.1.19...v2.1.20) (2024-04-21)


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.1.20"}`
`{:spark, "~> 2.1.21"}`


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.1.20"
@version "2.1.21"

@description "Generic tooling for building DSLs"

Expand Down

0 comments on commit fd4b04c

Please sign in to comment.