Skip to content

Commit 1459d32

Browse files
committed
bump version
1 parent 3792345 commit 1459d32

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Unreleased
66

7+
## [0.12.0] - 2026-01-15
8+
79
### Changed
810

911
- Breaking: The icon component renders the inner SVG with a referenced icon

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The package can be installed by adding `doggo` to your list of dependencies in
1818
```elixir
1919
def deps do
2020
[
21-
{:doggo, "~> 0.11.0"}
21+
{:doggo, "~> 0.12.0"}
2222
]
2323
end
2424
```

mix.exs

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

44
@source_url "https://github.com/woylie/doggo"
5-
@version "0.11.0"
5+
@version "0.12.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)