diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4d98e5a..d432409df 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.26.1] - 2022-11-21 ### Fixed - Allow `dominant-baseline` and `alignment-baseline` to be set via CSS. @@ -674,7 +676,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.26.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/RazrFalcon/resvg/compare/v0.26.0...v0.26.1 [0.26.0]: https://github.com/RazrFalcon/resvg/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/RazrFalcon/resvg/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/RazrFalcon/resvg/compare/v0.23.0...v0.24.0 diff --git a/Cargo.lock b/Cargo.lock index 491f4b0a7..ce794594b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" [[package]] name = "resvg" -version = "0.26.0" +version = "0.26.1" dependencies = [ "gif", "jpeg-decoder", @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "resvg-capi" -version = "0.26.0" +version = "0.26.1" dependencies = [ "log", "resvg", @@ -365,7 +365,7 @@ checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" [[package]] name = "usvg" -version = "0.26.0" +version = "0.26.1" dependencies = [ "base64", "data-url", diff --git a/Cargo.toml b/Cargo.toml index ca2964374..d6e7fe8ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg" -version = "0.26.0" +version = "0.26.1" authors = ["Yevhenii Reizner "] keywords = ["svg", "render", "raster", "skia"] license = "MPL-2.0" @@ -26,7 +26,7 @@ rgb = "0.8" svgfilters = { path = "svgfilters", version = "0.4", optional = true } svgtypes = "0.8" tiny-skia = "0.8.2" -usvg = { path = "usvg", version = "0.26.0", default-features = false } +usvg = { path = "usvg", version = "0.26.1", default-features = false } [dev-dependencies] once_cell = "1.5" diff --git a/c-api/Cargo.toml b/c-api/Cargo.toml index ce3e161d3..c6f574015 100644 --- a/c-api/Cargo.toml +++ b/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg-capi" -version = "0.26.0" +version = "0.26.1" authors = ["Yevhenii Reizner "] keywords = ["svg", "render", "raster", "c-api"] license = "MPL-2.0" diff --git a/c-api/ResvgQt.h b/c-api/ResvgQt.h index 63fa0b953..f153c4626 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 26 -#define RESVG_QT_PATCH_VERSION 0 -#define RESVG_QT_VERSION "0.26.0" +#define RESVG_QT_PATCH_VERSION 1 +#define RESVG_QT_VERSION "0.26.1" #include #include diff --git a/c-api/resvg.h b/c-api/resvg.h index 2b3460a23..7cecaa087 100644 --- a/c-api/resvg.h +++ b/c-api/resvg.h @@ -18,8 +18,8 @@ #define RESVG_MAJOR_VERSION 0 #define RESVG_MINOR_VERSION 26 -#define RESVG_PATCH_VERSION 0 -#define RESVG_VERSION "0.26.0" +#define RESVG_PATCH_VERSION 1 +#define RESVG_VERSION "0.26.1" /** * @brief List of possible errors. diff --git a/tools/explorer-thumbnailer/Cargo.toml b/tools/explorer-thumbnailer/Cargo.toml index 8f494b322..29f51a84e 100644 --- a/tools/explorer-thumbnailer/Cargo.toml +++ b/tools/explorer-thumbnailer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "explorer-thumbnailer" -version = "0.26.0" +version = "0.26.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 c663924ff..ef0694c5e 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.26.0" -VersionInfoVersion="0.0.26.0" -AppVerName="resvg Explorer Extension 0.26.0" +AppVersion="0.26.1" +VersionInfoVersion="0.0.26.1" +AppVerName="resvg Explorer Extension 0.26.1" AppPublisher="Yevhenii Reizner" AppPublisherURL=https://github.com/RazrFalcon/resvg DefaultDirName="{pf}\resvg Explorer Extension" diff --git a/usvg/Cargo.toml b/usvg/Cargo.toml index f9b6ea805..e9c340faf 100644 --- a/usvg/Cargo.toml +++ b/usvg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usvg" -version = "0.26.0" +version = "0.26.1" authors = ["Yevhenii Reizner "] keywords = ["svg"] license = "MPL-2.0"