chore: release version v1.25.7

This commit is contained in:
Zach Daniel 2020-12-27 01:00:43 -05:00
parent 28e26660a6
commit ca5790a273
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.25.7](https://github.com/ash-project/ash/compare/v1.25.6...v1.25.7) (2020-12-27)
### Bug Fixes:
* support `examples` on dsl sections
## [v1.25.6](https://github.com/ash-project/ash/compare/v1.25.5...v1.25.6) (2020-12-27) ## [v1.25.6](https://github.com/ash-project/ash/compare/v1.25.5...v1.25.6) (2020-12-27)

View file

@ -17,7 +17,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
```elixir ```elixir
def deps do def deps do
[ [
{:ash, "~> 1.25.6"} {:ash, "~> 1.25.7"}
] ]
end end
``` ```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "1.25.6" @version "1.25.7"
def project do def project do
[ [