Skip to content

Commit cb53ae7

Browse files
committed
Bump to 0.3.2
1 parent c590c79 commit cb53ae7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010
---
11+
12+
## [0.3.2] – 2024-06-21
13+
- Update dependencies.
14+
15+
## [0.3.1] – 2024-04-20
16+
- Fix `query_all/2` by loading the fonts to get the correct size.
17+
1118
## [0.3.0] – 2023-07-07
1219
- Add new function `query_all/2`.
1320

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.0"
5+
@version "0.3.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)