Skip to content

Commit 5ddfd6f

Browse files
committed
chore: update docs to 0.5.0
1 parent 549e84a commit 5ddfd6f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
## [0.5.0] – 2024-13-10
1313
- Update dependencies.
14+
- Fix typespecs.
1415

1516
## [0.4.0] – 2024-13-10
1617
- Upgrade to Resvg 0.44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ by adding `resvg_nif` to your list of dependencies in `mix.exs`:
1919
```elixir
2020
def deps do
2121
[
22-
{:resvg, "~> 0.4.0"}
22+
{:resvg, "~> 0.5.0"}
2323
]
2424
end
2525
```

livebooks/example.livemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```elixir
44
Mix.install([
5-
{:resvg, "~> 0.4"},
5+
{:resvg, "~> 0.5"},
66
{:req, "~> 0.5"},
77
{:kino, "~> 0.9"}
88
])

0 commit comments

Comments
 (0)