Skip to content

Commit e90c06e

Browse files
committed
Version bump.
1 parent d8c8780 commit e90c06e

File tree

11 files changed

+33
-18
lines changed

11 files changed

+33
-18
lines changed

.github/chart-svg2.svg

Lines changed: 1 addition & 1 deletion
Loading

.github/chart.svg

Lines changed: 1 addition & 1 deletion
Loading

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,22 @@ This changelog also contains important changes in dependencies.
88

99
## [Unreleased]
1010

11+
## [0.43.0] - 2024-08-10
12+
### Added
13+
- Support WebP images.
14+
Thanks to [@notjosh](https://github.com/notjosh).
15+
16+
### Changed
17+
- Use `zune-jpeg` instead of `jpeg-decoder`.
18+
Thanks to [@mattfbacon](https://github.com/mattfbacon).
19+
- Update dependencies.
20+
1121
### Fixed
1222
- Canvas size limits calculation.
23+
- SVG fonts handling.
24+
Thanks to [@LaurenzV](https://github.com/LaurenzV).
25+
- Transforms in COLR fonts.
26+
Thanks to [@LaurenzV](https://github.com/LaurenzV).
1327

1428
## [0.42.0] - 2024-06-01
1529
### Added
@@ -1203,7 +1217,8 @@ This changelog also contains important changes in dependencies.
12031217
### Fixed
12041218
- `font-size` attribute inheritance during `use` resolving.
12051219

1206-
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.42.0...HEAD
1220+
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.43.0...HEAD
1221+
[0.43.0]: https://github.com/RazrFalcon/resvg/compare/v0.42.0...v0.43.0
12071222
[0.42.0]: https://github.com/RazrFalcon/resvg/compare/v0.41.0...v0.42.0
12081223
[0.41.0]: https://github.com/RazrFalcon/resvg/compare/v0.40.0...v0.41.0
12091224
[0.40.0]: https://github.com/RazrFalcon/resvg/compare/v0.39.0...v0.40.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/c-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg-capi"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
55
keywords = ["svg", "render", "raster", "c-api"]
66
license = "MPL-2.0"

crates/c-api/ResvgQt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#define RESVG_QT_H
1515

1616
#define RESVG_QT_MAJOR_VERSION 0
17-
#define RESVG_QT_MINOR_VERSION 42
17+
#define RESVG_QT_MINOR_VERSION 43
1818
#define RESVG_QT_PATCH_VERSION 0
19-
#define RESVG_QT_VERSION "0.42.0"
19+
#define RESVG_QT_VERSION "0.43.0"
2020

2121
#include <cmath>
2222

crates/c-api/resvg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include <stdint.h>
1818

1919
#define RESVG_MAJOR_VERSION 0
20-
#define RESVG_MINOR_VERSION 42
20+
#define RESVG_MINOR_VERSION 43
2121
#define RESVG_PATCH_VERSION 0
22-
#define RESVG_VERSION "0.42.0"
22+
#define RESVG_VERSION "0.43.0"
2323

2424
/**
2525
* @brief List of possible errors.

crates/resvg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
55
keywords = ["svg", "render", "raster"]
66
license = "MPL-2.0"
@@ -22,7 +22,7 @@ pico-args = { version = "0.5", features = ["eq-separator"] }
2222
rgb = "0.8"
2323
svgtypes = "0.15.1"
2424
tiny-skia = "0.11.4"
25-
usvg = { path = "../usvg", version = "0.42.0", default-features = false }
25+
usvg = { path = "../usvg", version = "0.43.0", default-features = false }
2626
zune-jpeg = { version = "0.4", optional = true }
2727

2828
[dev-dependencies]

crates/usvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usvg"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
55
keywords = ["svg"]
66
license = "MPL-2.0"

tools/explorer-thumbnailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "explorer-thumbnailer"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
authors = ["gentoo90 <gentoo90@gmail.com>"]
55
license = "MPL-2.0"
66
edition = "2021"

tools/explorer-thumbnailer/install/installer.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppName="resvg Explorer Extension"
3-
AppVersion="0.42.0"
4-
VersionInfoVersion="0.0.42.0"
5-
AppVerName="resvg Explorer Extension 0.42.0"
3+
AppVersion="0.43.0"
4+
VersionInfoVersion="0.0.43.0"
5+
AppVerName="resvg Explorer Extension 0.43.0"
66
AppPublisher="Yevhenii Reizner"
77
AppPublisherURL=https://github.com/RazrFalcon/resvg
88
DefaultDirName="{pf}\resvg Explorer Extension"

0 commit comments

Comments
 (0)