We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3792345 commit 1459d32Copy full SHA for 1459d32
3 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## Unreleased
6
7
+## [0.12.0] - 2026-01-15
8
+
9
### Changed
10
11
- Breaking: The icon component renders the inner SVG with a referenced icon
README.md
@@ -18,7 +18,7 @@ The package can be installed by adding `doggo` to your list of dependencies in
18
```elixir
19
def deps do
20
[
21
- {:doggo, "~> 0.11.0"}
+ {:doggo, "~> 0.12.0"}
22
]
23
end
24
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Doggo.MixProject do
2
use Mix.Project
3
@source_url "https://github.com/woylie/doggo"
- @version "0.11.0"
+ @version "0.12.0"
def project do
0 commit comments