Skip to content

Commit 87a862a

Browse files
committed
🔖 Bump to version 2.5.1
1 parent 1326f04 commit 87a862a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Changelog for 2.5.1
4+
5+
### Bugfix
6+
7+
* Properly cast `app_env` keys to atoms. Now it's possible to avoid
8+
circular dependencies between Skogsra config and other modules by allowing
9+
keys as `"Elixir.MyApp.Endpoint"` to replace `MyApp.Endpoint`.
10+
* Updated dependencies.
11+
312
## Changelog for 2.5.0
413

514
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Skogsra.Mixfile do
22
use Mix.Project
33

4-
@version "2.5.0"
4+
@version "2.5.1"
55
@name "Skogsrå"
66
@description "Manages OS environment variables and application configuration options with ease"
77
@app :skogsra

0 commit comments

Comments
 (0)