Skip to content

Commit

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

<!-- changelog -->

## [v2.2.34](https://github.com/ash-project/spark/compare/v2.2.33...v2.2.34) (2024-10-15)




### Improvements:

* more and better typespecs for `Spark.Options.Validator`

## [v2.2.33](https://github.com/ash-project/spark/compare/v2.2.32...v2.2.33) (2024-10-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.33"}`
`{:spark, "~> 2.2.34"}`


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.33"
@version "2.2.34"

@description "Generic tooling for building DSLs"

Expand Down

0 comments on commit 7f99d22

Please sign in to comment.