We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c590c79 commit cb53ae7Copy full SHA for cb53ae7
CHANGELOG.md
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
## [Unreleased]
9
10
---
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
18
## [0.3.0] – 2023-07-07
19
- Add new function `query_all/2`.
20
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.0"
+ @version "0.3.2"
6
7
def project do
[
0 commit comments