Skip to content

Commit

Permalink
chore: release version v1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 6, 2020
1 parent 75a50ce commit 3bc1086
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.25.2](https://github.com/ash-project/ash/compare/v1.25.1...v1.25.2) (2020-12-06)




### Bug Fixes:

* resolve warning from nimbleoptions deprecation

## [v1.25.1](https://github.com/ash-project/ash/compare/v1.25.0...v1.25.1) (2020-12-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
```elixir
def deps do
[
{:ash, "~> 1.25.1"}
{:ash, "~> 1.25.2"}
]
end
```
Expand Down
4 changes: 4 additions & 0 deletions lib/ash/api/api.ex
Expand Up @@ -395,6 +395,10 @@ defmodule Ash.Api do

def on_load do
Extension.load()

__MODULE__
|> Ash.Api.resources()
|> Enum.each(&Code.ensure_loaded/1)
end

use Ash.Api.Interface
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "1.25.1"
@version "1.25.2"

def project do
[
Expand Down

0 comments on commit 3bc1086

Please sign in to comment.