Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 23, 2023
1 parent 3392115 commit 87f5379
Show file tree
Hide file tree
Showing 15 changed files with 92 additions and 87 deletions.
52 changes: 26 additions & 26 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.
44 changes: 22 additions & 22 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.
5 changes: 4 additions & 1 deletion 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.32.0] - 2023-04-23
### Added
- Clipping and masking is up to 20% faster.
- `mask-type` property support. SVG2
Expand Down Expand Up @@ -814,7 +816,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.31.1...HEAD
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.32.0...HEAD
[0.32.0]: https://github.com/RazrFalcon/resvg/compare/v0.31.1...v0.32.0
[0.31.1]: https://github.com/RazrFalcon/resvg/compare/v0.31.0...v0.31.1
[0.31.0]: https://github.com/RazrFalcon/resvg/compare/v0.30.0...v0.31.0
[0.30.0]: https://github.com/RazrFalcon/resvg/compare/v0.29.0...v0.30.0
Expand Down
28 changes: 15 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resvg"
version = "0.31.1"
version = "0.32.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster"]
license = "MPL-2.0"
Expand Down Expand Up @@ -33,8 +33,8 @@ png = { version = "0.17", optional = true }
rgb = "0.8"
svgfilters = { path = "svgfilters", version = "0.4", optional = true }
svgtypes = "0.11"
tiny-skia = { git = "https://github.com/RazrFalcon/tiny-skia", rev = "e4f4095" }
usvg = { path = "usvg", version = "0.31.0", default-features = false }
tiny-skia = "0.9"
usvg = { path = "usvg", version = "0.32.0", default-features = false }

[dev-dependencies]
once_cell = "1.5"
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.31.1"
version = "0.32.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "render", "raster", "c-api"]
license = "MPL-2.0"
Expand Down
6 changes: 3 additions & 3 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 31
#define RESVG_QT_PATCH_VERSION 1
#define RESVG_QT_VERSION "0.31.1"
#define RESVG_QT_MINOR_VERSION 32
#define RESVG_QT_PATCH_VERSION 0
#define RESVG_QT_VERSION "0.32.0"

#include <QDebug>
#include <QFile>
Expand Down
6 changes: 3 additions & 3 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 31
#define RESVG_PATCH_VERSION 1
#define RESVG_VERSION "0.31.1"
#define RESVG_MINOR_VERSION 32
#define RESVG_PATCH_VERSION 0
#define RESVG_VERSION "0.32.0"

/**
* @brief List of possible errors.
Expand Down
2 changes: 1 addition & 1 deletion rosvgtree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosvgtree"
version = "0.2.0"
version = "0.3.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MIT OR Apache-2.0"
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.31.1"
version = "0.32.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.31.1"
VersionInfoVersion="0.0.31.1"
AppVerName="resvg Explorer Extension 0.31.1"
AppVersion="0.32.0"
VersionInfoVersion="0.0.32.0"
AppVerName="resvg Explorer Extension 0.32.0"
AppPublisher="Yevhenii Reizner"
AppPublisherURL=https://github.com/RazrFalcon/resvg
DefaultDirName="{pf}\resvg Explorer Extension"
Expand Down
6 changes: 3 additions & 3 deletions usvg-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usvg-parser"
version = "0.31.0"
version = "0.32.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MPL-2.0"
Expand All @@ -19,7 +19,7 @@ flate2 = { version = "1.0", default-features = false, features = ["rust_backend"
imagesize = "0.11" # raster images size detection
kurbo = "0.9" # Bezier curves utils
log = "0.4"
rosvgtree = { path = "../rosvgtree", version = "0.2" }
rosvgtree = { path = "../rosvgtree", version = "0.3" }
strict-num = "0.1"
svgtypes = "0.11"
usvg-tree = { path = "../usvg-tree", version = "0.31.0" }
usvg-tree = { path = "../usvg-tree", version = "0.32.0" }
4 changes: 2 additions & 2 deletions usvg-text-layout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usvg-text-layout"
version = "0.31.0"
version = "0.32.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MPL-2.0"
Expand All @@ -19,7 +19,7 @@ rustybuzz = "0.7"
unicode-bidi = "0.3"
unicode-script = "0.5"
unicode-vo = "0.1"
usvg-tree = { path = "../usvg-tree", version = "0.31.0" }
usvg-tree = { path = "../usvg-tree", version = "0.32.0" }

[features]
default = ["system-fonts", "memmap-fonts"]
Expand Down
2 changes: 1 addition & 1 deletion usvg-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usvg-tree"
version = "0.31.0"
version = "0.32.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
keywords = ["svg"]
license = "MPL-2.0"
Expand Down

0 comments on commit 87f5379

Please sign in to comment.