From 386764b7981a93ecdc924b995421f4390919b729 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Wed, 11 Dec 2024 22:32:34 +0100 Subject: [PATCH] Version bump. --- .github/chart-svg2.svg | 2 +- .github/chart.svg | 2 +- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- crates/c-api/Cargo.toml | 2 +- crates/c-api/ResvgQt.h | 4 ++-- crates/c-api/resvg.h | 4 ++-- crates/resvg/Cargo.toml | 2 +- crates/usvg/Cargo.toml | 2 +- tools/explorer-thumbnailer/Cargo.toml | 2 +- tools/explorer-thumbnailer/install/installer.iss | 6 +++--- 11 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/chart-svg2.svg b/.github/chart-svg2.svg index df58b4b9..4d3c3317 100644 --- a/.github/chart-svg2.svg +++ b/.github/chart-svg2.svg @@ -2,7 +2,7 @@ - resvg 0.44.0 + resvg 0.45.0 Chrome 123 Firefox 124 Safari 17.3.1 diff --git a/.github/chart.svg b/.github/chart.svg index df03688e..f30f8a7a 100644 --- a/.github/chart.svg +++ b/.github/chart.svg @@ -2,7 +2,7 @@ - resvg 0.44.0 + resvg 0.45.0 Chrome 123 Firefox 124 Safari 17.3.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 64103a0e..e437b06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). This changelog also contains important changes in dependencies. ## [Unreleased] + +## [0.45.0] - TODO: Update ### Added - Added support for the `background-color` attribute. - Add support for additional `image-rendering` attributes. diff --git a/Cargo.lock b/Cargo.lock index f145a3e2..5843fc12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "resvg" -version = "0.44.0" +version = "0.45.0" dependencies = [ "gif", "image-webp", diff --git a/crates/c-api/Cargo.toml b/crates/c-api/Cargo.toml index eaf2f97f..287a65fb 100644 --- a/crates/c-api/Cargo.toml +++ b/crates/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg-capi" -version = "0.44.0" +version = "0.45.0" keywords = ["svg", "render", "raster", "c-api"] license.workspace = true edition = "2021" diff --git a/crates/c-api/ResvgQt.h b/crates/c-api/ResvgQt.h index 532b7720..b6399df0 100644 --- a/crates/c-api/ResvgQt.h +++ b/crates/c-api/ResvgQt.h @@ -11,9 +11,9 @@ #define RESVG_QT_H #define RESVG_QT_MAJOR_VERSION 0 -#define RESVG_QT_MINOR_VERSION 44 +#define RESVG_QT_MINOR_VERSION 45 #define RESVG_QT_PATCH_VERSION 0 -#define RESVG_QT_VERSION "0.44.0" +#define RESVG_QT_VERSION "0.45.0" #include diff --git a/crates/c-api/resvg.h b/crates/c-api/resvg.h index 271b7fe8..15ac4a98 100644 --- a/crates/c-api/resvg.h +++ b/crates/c-api/resvg.h @@ -14,9 +14,9 @@ #include #define RESVG_MAJOR_VERSION 0 -#define RESVG_MINOR_VERSION 44 +#define RESVG_MINOR_VERSION 45 #define RESVG_PATCH_VERSION 0 -#define RESVG_VERSION "0.44.0" +#define RESVG_VERSION "0.45.0" /** * @brief List of possible errors. diff --git a/crates/resvg/Cargo.toml b/crates/resvg/Cargo.toml index c7ea975f..4b20bf96 100644 --- a/crates/resvg/Cargo.toml +++ b/crates/resvg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg" -version = "0.44.0" +version = "0.45.0" keywords = ["svg", "render", "raster"] license.workspace = true edition = "2021" diff --git a/crates/usvg/Cargo.toml b/crates/usvg/Cargo.toml index b3e4b1b6..ecf7854b 100644 --- a/crates/usvg/Cargo.toml +++ b/crates/usvg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usvg" -version = "0.44.0" +version = "0.45.0" keywords = ["svg"] license.workspace = true edition = "2021" diff --git a/tools/explorer-thumbnailer/Cargo.toml b/tools/explorer-thumbnailer/Cargo.toml index 33ae261f..867b1680 100644 --- a/tools/explorer-thumbnailer/Cargo.toml +++ b/tools/explorer-thumbnailer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "explorer-thumbnailer" -version = "0.44.0" +version = "0.45.0" license.workspace = true edition = "2021" publish = false diff --git a/tools/explorer-thumbnailer/install/installer.iss b/tools/explorer-thumbnailer/install/installer.iss index 47929cb8..ad816744 100644 --- a/tools/explorer-thumbnailer/install/installer.iss +++ b/tools/explorer-thumbnailer/install/installer.iss @@ -1,8 +1,8 @@ [Setup] AppName="resvg Explorer Extension" -AppVersion="0.44.0" -VersionInfoVersion="0.0.44.0" -AppVerName="resvg Explorer Extension 0.44.0" +AppVersion="0.45.0" +VersionInfoVersion="0.0.45.0" +AppVerName="resvg Explorer Extension 0.45.0" AppPublisher="The Resvg Authors" AppPublisherURL=https://github.com/linebender/resvg DefaultDirName="{pf}\resvg Explorer Extension"