Skip to content

Commit

Permalink
chore: release version v1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 14, 2023
1 parent 574d0e1 commit 0c77607
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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)


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,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"}`
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 "1.1.26"
@version "1.1.27"

@description "Generic tooling for building DSLs"

Expand Down

0 comments on commit 0c77607

Please sign in to comment.