From 3bc1086a0a79da373b6c99b8445ff2fa80f63e55 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 5 Dec 2020 20:39:45 -0500 Subject: [PATCH] chore: release version v1.25.2 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- lib/ash/api/api.ex | 4 ++++ mix.exs | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ebb1399..2eb976535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 56c3a2d25..3bbd06094 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/lib/ash/api/api.ex b/lib/ash/api/api.ex index d3e03cc0d..e43cc3f05 100644 --- a/lib/ash/api/api.ex +++ b/lib/ash/api/api.ex @@ -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 diff --git a/mix.exs b/mix.exs index d03de3740..7347b2811 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [