Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Feb 13, 2022
1 parent 455e693 commit b923587
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 108 deletions.
87 changes: 42 additions & 45 deletions .github/chart-svg2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 41 additions & 44 deletions .github/chart.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This changelog also contains important changes in dependencies.

## [Unreleased]

## [0.21.0] - 2022-02-13
### Added
- `usvg::ImageHrefResolver` that allows a custom `xlink:href` handling.
Thanks to [antmelnyk](https://github.com/antmelnyk).
Expand Down Expand Up @@ -581,8 +583,9 @@ This changelog also contains important changes in dependencies.
### Fixed
- `font-size` attribute inheritance during `use` resolving.

[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.20.0...HEAD
[0.19.0]: https://github.com/RazrFalcon/resvg/compare/v0.19.0...v0.20.0
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.21.0...HEAD
[0.21.0]: https://github.com/RazrFalcon/resvg/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/RazrFalcon/resvg/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/RazrFalcon/resvg/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/RazrFalcon/resvg/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/RazrFalcon/resvg/compare/v0.16.0...v0.17.0
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resvg"
version = "0.20.0"
version = "0.21.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster", "skia"]
license = "MPL-2.0"
Expand All @@ -26,7 +26,7 @@ rgb = "0.8"
svgfilters = { path = "svgfilters", version = "0.4", optional = true }
svgtypes = "0.8"
tiny-skia = "0.6.1"
usvg = { path = "usvg", version = "0.20.0", default-features = false }
usvg = { path = "usvg", version = "0.21.0", default-features = false }

[dev-dependencies]
once_cell = "1.5"
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ And you can also access *Micro SVG* as XML directly via the [usvg](./usvg) tool.
`resvg` is aiming to support only the [static](http://www.w3.org/TR/SVG11/feature#SVG-static)
SVG subset; e.g. no `a`, `script`, `view` or `cursor` elements, no events and no animations.

[SVG 2.0](https://www.w3.org/TR/SVG2/) support is in progress.
See [#393](https://github.com/RazrFalcon/resvg/issues/393)
[SVG 2](https://www.w3.org/TR/SVG2/) support is in progress.
You can check for issues with the
[svg2 tag](https://github.com/RazrFalcon/resvg/issues?q=is%3Aissue+is%3Aopen+label%3Asvg2)
or our [SVG 2 changelog](https://github.com/RazrFalcon/resvg/blob/master/docs/svg2-changelog.md).

[SVG Tiny 1.2](https://www.w3.org/TR/SVGTiny12/) is not supported and not planned.

Expand All @@ -45,6 +47,10 @@ You can find a complete table of supported features
[here](https://razrfalcon.github.io/resvg-test-suite/svg-support-table.html).
It also includes alternative libraries.

We're not testing against all SVG libraries because many of them are pretty bad.
If your library is not on the list it probably doesn't pass even the 25% mark.
Such libraries are: wxSvg and nanosvg.

## Performance

Comparing performance between different SVG rendering libraries is like comparing
Expand Down
2 changes: 1 addition & 1 deletion c-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resvg-capi"
version = "0.20.0"
version = "0.21.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster", "c-api"]
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions c-api/ResvgQt.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define RESVG_QT_H

#define RESVG_QT_MAJOR_VERSION 0
#define RESVG_QT_MINOR_VERSION 20
#define RESVG_QT_MINOR_VERSION 21
#define RESVG_QT_PATCH_VERSION 0
#define RESVG_QT_VERSION "0.20.0"
#define RESVG_QT_VERSION "0.21.0"

#include <QDebug>
#include <QFile>
Expand Down
4 changes: 2 additions & 2 deletions c-api/resvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#include <stdint.h>

#define RESVG_MAJOR_VERSION 0
#define RESVG_MINOR_VERSION 20
#define RESVG_MINOR_VERSION 21
#define RESVG_PATCH_VERSION 0
#define RESVG_VERSION "0.20.0"
#define RESVG_VERSION "0.21.0"

/**
* @brief List of possible errors.
Expand Down
2 changes: 1 addition & 1 deletion tools/explorer-thumbnailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "explorer-thumbnailer"
version = "0.20.0"
version = "0.21.0"
authors = ["gentoo90 <gentoo90@gmail.com>"]
license = "MPL-2.0"
edition = "2018"
Expand Down
6 changes: 3 additions & 3 deletions tools/explorer-thumbnailer/install/installer.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Setup]
AppName="resvg Explorer Extension"
AppVersion="0.20.0"
VersionInfoVersion="0.0.20.0"
AppVerName="resvg Explorer Extension 0.20.0"
AppVersion="0.21.0"
VersionInfoVersion="0.0.21.0"
AppVerName="resvg Explorer Extension 0.21.0"
AppPublisher="Yevhenii Reizner"
AppPublisherURL=https://github.com/RazrFalcon/resvg
DefaultDirName="{pf}\resvg Explorer Extension"
Expand Down
2 changes: 1 addition & 1 deletion usvg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usvg"
version = "0.20.0"
version = "0.21.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MPL-2.0"
Expand Down

0 comments on commit b923587

Please sign in to comment.