From 6a86a47dbcf19a797d7190fc0fe77efc336d5894 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 18 Jul 2024 11:57:56 -0400 Subject: [PATCH] chore: release version v2.2.10 --- CHANGELOG.md | 9 +++++++++ documentation/tutorials/get-started-with-spark.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e1190..99a0a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.2.10](https://github.com/ash-project/spark/compare/v2.2.9...v2.2.10) (2024-07-18) + + + + +### Improvements: + +* add docs & specs, and `Spark.Igniter.has_extension/5` + ## [v2.2.9](https://github.com/ash-project/spark/compare/v2.2.8...v2.2.9) (2024-07-17) diff --git a/documentation/tutorials/get-started-with-spark.md b/documentation/tutorials/get-started-with-spark.md index 1a5148e..08bd013 100644 --- a/documentation/tutorials/get-started-with-spark.md +++ b/documentation/tutorials/get-started-with-spark.md @@ -13,6 +13,6 @@ This library has only recently been extracted out from Ash core, so there is sti ## Dependency -`{:spark, "~> 2.2.9"}` +`{:spark, "~> 2.2.10"}` diff --git a/mix.exs b/mix.exs index a8fb1f1..ae28707 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Spark.MixProject do use Mix.Project - @version "2.2.9" + @version "2.2.10" @description "Generic tooling for building DSLs"