From 70b4e2461d2206bfbf519b1f2ac323c3a4d6d0af Mon Sep 17 00:00:00 2001 From: Evgeniy Reizner Date: Sun, 18 Apr 2021 00:01:07 +0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- c-api/Cargo.toml | 2 +- c-api/ResvgQt.h | 4 ++-- c-api/resvg.h | 4 ++-- make-vendored.sh | 2 +- src/lib.rs | 2 +- tools/explorer-thumbnailer/Cargo.toml | 2 +- tools/explorer-thumbnailer/install/installer.iss | 6 +++--- usvg/Cargo.toml | 2 +- usvg/src/lib.rs | 2 +- version-bump.md | 2 +- 13 files changed, 23 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5da2202b..cda9baecd 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.14.1] - 2021-04-18 ### Added - Allow `href` without the `xlink` namespace. This feature is part of SVG 2 (which we do not support), @@ -438,7 +440,8 @@ This changelog also contains important changes in dependencies. ### Fixed - `font-size` attribute inheritance during `use` resolving. -[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.14.1...HEAD +[0.14.1]: https://github.com/RazrFalcon/resvg/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/RazrFalcon/resvg/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/RazrFalcon/resvg/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/RazrFalcon/resvg/compare/v0.12.0...v0.13.0 diff --git a/Cargo.lock b/Cargo.lock index f3f962b17..2ee77ea83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8" [[package]] name = "resvg" -version = "0.14.0" +version = "0.14.1" dependencies = [ "jpeg-decoder", "log", @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "resvg-capi" -version = "0.14.0" +version = "0.14.1" dependencies = [ "log", "resvg", @@ -394,7 +394,7 @@ checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" [[package]] name = "usvg" -version = "0.14.0" +version = "0.14.1" dependencies = [ "base64", "data-url", diff --git a/Cargo.toml b/Cargo.toml index ad368218f..3c1fcdcbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg" -version = "0.14.0" +version = "0.14.1" authors = ["Reizner Evgeniy "] keywords = ["svg", "render", "raster", "skia"] license = "MPL-2.0" @@ -26,7 +26,7 @@ png = "0.16" rgb = "0.8" svgfilters = { path = "svgfilters", version = "0.3" } tiny-skia = "0.5.0" -usvg = { path = "usvg", version = "0.14.0", default-features = false } +usvg = { path = "usvg", version = "0.14.1", default-features = false } [dev-dependencies] once_cell = "1.5" diff --git a/c-api/Cargo.toml b/c-api/Cargo.toml index 886292d00..08de344b1 100644 --- a/c-api/Cargo.toml +++ b/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg-capi" -version = "0.14.0" +version = "0.14.1" authors = ["Evgeniy Reizner "] keywords = ["svg", "render", "raster", "c-api"] license = "MPL-2.0" diff --git a/c-api/ResvgQt.h b/c-api/ResvgQt.h index 962263816..72e4c8b44 100644 --- a/c-api/ResvgQt.h +++ b/c-api/ResvgQt.h @@ -15,8 +15,8 @@ #define RESVG_QT_MAJOR_VERSION 0 #define RESVG_QT_MINOR_VERSION 14 -#define RESVG_QT_PATCH_VERSION 0 -#define RESVG_QT_VERSION "0.14.0" +#define RESVG_QT_PATCH_VERSION 1 +#define RESVG_QT_VERSION "0.14.1" #include #include diff --git a/c-api/resvg.h b/c-api/resvg.h index a98b41292..4c144d178 100644 --- a/c-api/resvg.h +++ b/c-api/resvg.h @@ -19,8 +19,8 @@ #define RESVG_MAJOR_VERSION 0 #define RESVG_MINOR_VERSION 14 -#define RESVG_PATCH_VERSION 0 -#define RESVG_VERSION "0.14.0" +#define RESVG_PATCH_VERSION 1 +#define RESVG_VERSION "0.14.1" #ifdef __cplusplus extern "C" { diff --git a/make-vendored.sh b/make-vendored.sh index 41c73a6bd..dcb86e63c 100755 --- a/make-vendored.sh +++ b/make-vendored.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.14.0" +VERSION="0.14.1" git clone https://github.com/RazrFalcon/resvg resvg-$VERSION cd resvg-"$VERSION" diff --git a/src/lib.rs b/src/lib.rs index c803213a6..f2b3a0930 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ [resvg](https://github.com/RazrFalcon/resvg) is an SVG rendering library. */ -#![doc(html_root_url = "https://docs.rs/resvg/0.14.0")] +#![doc(html_root_url = "https://docs.rs/resvg/0.14.1")] #![warn(missing_docs)] diff --git a/tools/explorer-thumbnailer/Cargo.toml b/tools/explorer-thumbnailer/Cargo.toml index 9088e19e9..8120edeb4 100644 --- a/tools/explorer-thumbnailer/Cargo.toml +++ b/tools/explorer-thumbnailer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "explorer-thumbnailer" -version = "0.14.0" +version = "0.14.1" authors = ["gentoo90 "] license = "MPL-2.0" edition = "2018" diff --git a/tools/explorer-thumbnailer/install/installer.iss b/tools/explorer-thumbnailer/install/installer.iss index 7ba313758..1bbfb3d2c 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.14.0" -VersionInfoVersion="0.0.14.0" -AppVerName="resvg Explorer Extension 0.14.0" +AppVersion="0.14.1" +VersionInfoVersion="0.0.14.1" +AppVerName="resvg Explorer Extension 0.14.1" AppPublisher="Evgeniy Reizner" AppPublisherURL=https://github.com/RazrFalcon/resvg DefaultDirName="{pf}\resvg Explorer Extension" diff --git a/usvg/Cargo.toml b/usvg/Cargo.toml index ed39131bd..c1bd64b31 100644 --- a/usvg/Cargo.toml +++ b/usvg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usvg" -version = "0.14.0" +version = "0.14.1" authors = ["Evgeniy Reizner "] keywords = ["svg"] license = "MPL-2.0" diff --git a/usvg/src/lib.rs b/usvg/src/lib.rs index 03e465e8e..794536349 100644 --- a/usvg/src/lib.rs +++ b/usvg/src/lib.rs @@ -57,7 +57,7 @@ Full spec can be found [here](https://github.com/RazrFalcon/resvg/blob/master/do [SVG]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics */ -#![doc(html_root_url = "https://docs.rs/usvg/0.14.0")] +#![doc(html_root_url = "https://docs.rs/usvg/0.14.1")] #![warn(missing_docs)] #![warn(missing_debug_implementations)] diff --git a/version-bump.md b/version-bump.md index d263fcbbf..c67621c21 100644 --- a/version-bump.md +++ b/version-bump.md @@ -1,4 +1,4 @@ -- .github/* +- .github/chart.svg - CHANGELOG.md - Cargo.toml - src/lib.rs