Skip to content

Commit 7b5464a

Browse files
authored
Version bump (#859)
1 parent 848ed58 commit 7b5464a

File tree

11 files changed

+22
-18
lines changed

11 files changed

+22
-18
lines changed

.github/chart-svg2.svg

+1-1
Loading

.github/chart.svg

+1-1
Loading

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
This changelog also contains important changes in dependencies.
88

99
## [Unreleased]
10+
11+
## [0.45.0] - 2025-02-26
1012
This is the first release under the stewardship of [Linebender][], who is now responsible for maintenance of this crate.
1113
Many thanks to Yevhenii Reizner for the years of hard work that he has poured into this and other crates.
1214

@@ -33,6 +35,7 @@ This release has an MSRV of 1.65 for `usvg` and 1.67.1 for `resvg` and the C API
3335
- `fontdb` and `rustybuzz` have been updated.
3436
- Updated other dependencies.
3537
- (svgtypes) Simplified color component rounding and bounds checking.
38+
- Improved handling of paths with paint order `markers` but no actual markers.
3639

3740
### Fixed
3841
- Relative unit handling when `use` references `symbol`.
@@ -1270,7 +1273,8 @@ This release has an MSRV of 1.65 for `usvg` and 1.67.1 for `resvg` and the C API
12701273
[@michabay05]: https://github.com/michabay05
12711274
[@Shnatsel]: https://github.com/Shnatsel
12721275

1273-
[Unreleased]: https://github.com/linebender/resvg/compare/v0.44.0...HEAD
1276+
[Unreleased]: https://github.com/linebender/resvg/compare/v0.45.0...HEAD
1277+
[0.45.0]: https://github.com/linebender/resvg/compare/v0.44.0...v0.45.0
12741278
[0.44.0]: https://github.com/linebender/resvg/compare/v0.43.0...v0.44.0
12751279
[0.43.0]: https://github.com/linebender/resvg/compare/v0.42.0...v0.43.0
12761280
[0.42.0]: https://github.com/linebender/resvg/compare/v0.41.0...v0.42.0

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/c-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg-capi"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg", "render", "raster", "c-api"]
55
license.workspace = true
66
edition = "2021"

crates/c-api/ResvgQt.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#define RESVG_QT_H
1212

1313
#define RESVG_QT_MAJOR_VERSION 0
14-
#define RESVG_QT_MINOR_VERSION 44
14+
#define RESVG_QT_MINOR_VERSION 45
1515
#define RESVG_QT_PATCH_VERSION 0
16-
#define RESVG_QT_VERSION "0.44.0"
16+
#define RESVG_QT_VERSION "0.45.0"
1717

1818
#include <cmath>
1919

crates/c-api/resvg.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#include <stdint.h>
1515

1616
#define RESVG_MAJOR_VERSION 0
17-
#define RESVG_MINOR_VERSION 44
17+
#define RESVG_MINOR_VERSION 45
1818
#define RESVG_PATCH_VERSION 0
19-
#define RESVG_VERSION "0.44.0"
19+
#define RESVG_VERSION "0.45.0"
2020

2121
/**
2222
* @brief List of possible errors.

crates/resvg/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg", "render", "raster"]
55
license.workspace = true
66
edition = "2021"
@@ -22,7 +22,7 @@ pico-args = { version = "0.5", features = ["eq-separator"] }
2222
rgb = "0.8"
2323
svgtypes = "0.15.3"
2424
tiny-skia = "0.11.4"
25-
usvg = { path = "../usvg", version = "0.44.0", default-features = false }
25+
usvg = { path = "../usvg", version = "0.45.0", default-features = false }
2626
zune-jpeg = { version = "0.4", optional = true }
2727

2828
[dev-dependencies]

crates/usvg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usvg"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg"]
55
license.workspace = true
66
edition = "2021"

tools/explorer-thumbnailer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "explorer-thumbnailer"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
license.workspace = true
55
edition = "2021"
66
publish = false

tools/explorer-thumbnailer/install/installer.iss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppName="resvg Explorer Extension"
3-
AppVersion="0.44.0"
4-
VersionInfoVersion="0.0.44.0"
5-
AppVerName="resvg Explorer Extension 0.44.0"
3+
AppVersion="0.45.0"
4+
VersionInfoVersion="0.0.45.0"
5+
AppVerName="resvg Explorer Extension 0.45.0"
66
AppPublisher="The Resvg Authors"
77
AppPublisherURL=https://github.com/linebender/resvg
88
DefaultDirName="{pf}\resvg Explorer Extension"

0 commit comments

Comments
 (0)