We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff41bbb commit 0990da8Copy full SHA for 0990da8
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.1
4
+
5
+- Fix manifest decoding for Mix tasks when persisted icon field atoms are not loaded yet
6
7
## v0.3.0
8
9
- Replace SVG IDs during rendering to avoid duplicate ID collisions
mix.exs
@@ -1,7 +1,7 @@
defmodule PhoenixIconify.MixProject do
use Mix.Project
- @version "0.3.0"
+ @version "0.3.1"
@source_url "https://github.com/elixir-volt/phoenix_iconify"
def project do
0 commit comments