Skip to content

Commit 5a31517

Browse files
committed
chore: release version v0.4.0
1 parent eae4ed2 commit 5a31517

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
---
1111

12+
## [0.4.0] – 2024-13-10
13+
- Upgrade to Resvg 0.44
14+
- Update dependencies.
15+
1216
## [0.3.3] – 2024-07-04
1317
- Update dependencies.
1418

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Resvg.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/mrdotb/resvg_nif"
5-
@version "0.3.3"
5+
@version "0.4.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)