diff --git a/CHANGELOG.md b/CHANGELOG.md index a23d465..0fa61d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.1.27](https://github.com/ash-project/spark/compare/v1.1.26...v1.1.27) (2023-09-14) + + + + +### Bug Fixes: + +* properly unimport other extension top level sections + +* only do top level unimports on second level paths + +* handle more unimports of top level entities + +* recusively sanitize keyword and map types. (#59) + +* OptionsHelpers: Some nimble options types can have nested schemas. (#58) + +### Improvements: + +* better formatted cheat sheets + +* add initial cheat sheet generators + ## [v1.1.26](https://github.com/ash-project/spark/compare/v1.1.25...v1.1.26) (2023-09-11) diff --git a/documentation/tutorials/get-started-with-spark.md b/documentation/tutorials/get-started-with-spark.md index 1be4411..61c51f3 100644 --- a/documentation/tutorials/get-started-with-spark.md +++ b/documentation/tutorials/get-started-with-spark.md @@ -13,4 +13,4 @@ This library has only recently been extracted out from Ash core, so there is sti ## Dependency -`{:spark, "~> 1.1.26"}` +`{:spark, "~> 1.1.27"}` diff --git a/mix.exs b/mix.exs index 0a72f00..589a9d6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Spark.MixProject do use Mix.Project - @version "1.1.26" + @version "1.1.27" @description "Generic tooling for building DSLs"