We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae4ed2 commit 5a31517Copy full SHA for 5a31517
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
---
11
12
+## [0.4.0] – 2024-13-10
13
+- Upgrade to Resvg 0.44
14
+- Update dependencies.
15
+
16
## [0.3.3] – 2024-07-04
17
- Update dependencies.
18
mix.exs
@@ -2,7 +2,7 @@ defmodule Resvg.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/mrdotb/resvg_nif"
5
- @version "0.3.3"
+ @version "0.4.0"
6
7
def project do
8
[
0 commit comments