There was an error while loading. Please reload this page.
1 parent 1326f04 commit 87a862aCopy full SHA for 87a862a
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## Changelog for 2.5.0
13
14
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Skogsra.Mixfile do
use Mix.Project
- @version "2.5.0"
+ @version "2.5.1"
@name "Skogsrå"
@description "Manages OS environment variables and application configuration options with ease"
@app :skogsra
0 commit comments