Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Nov 26, 2022
1 parent 72fcaee commit a030481
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 65 deletions.
46 changes: 23 additions & 23 deletions .github/chart-svg2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions .github/chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
This changelog also contains important changes in dependencies.

## [Unreleased]

## [0.27.0] - 2022-11-27
### Added
- `lengthAdjust` and `textLength` attributes support.
- Support automatic `image` size detection. SVG2
`width` and `height` attributes can be omitted or set to `auto` on `image` now.
- Support automatic `image` size detection.
`width` and `height` attributes can be omitted or set to `auto` on `image` now. SVG2

### Fixed
- `--query-all` flag in `resvg` CLI.
Expand Down Expand Up @@ -684,7 +686,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.1...HEAD
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/RazrFalcon/resvg/compare/v0.26.1...v0.27.0
[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
Expand Down
4 changes: 2 additions & 2 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.26.1"
version = "0.27.0"
authors = ["Yevhenii Reizner <[email protected]>"]
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.8.2"
usvg = { path = "usvg", version = "0.26.1", default-features = false }
usvg = { path = "usvg", version = "0.27.0", default-features = false }

[dev-dependencies]
once_cell = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fail at this (see [SVG support](https://github.com/RazrFalcon/resvg#svg-support)
Yes, unlike `resvg`, browsers do support dynamic SVG features like animations and scripting.
But using a browser to render SVG _correctly_ is sadly not an option.

To prove its correctness, `resvg` has a vast test suite that includes almost 1500 tests.
To prove its correctness, `resvg` has a vast test suite that includes around 1500 tests.
And those are only SVG-to-PNG regression tests. This doesn't include tests in `resvg` dependencies.
And the best thing is that `resvg` test suite is available to everyone. It's not tied to `resvg`
in any way. Which should help people who plan to develop their own SVG libraries.
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 26
#define RESVG_QT_PATCH_VERSION 1
#define RESVG_QT_VERSION "0.26.1"
#define RESVG_QT_MINOR_VERSION 27
#define RESVG_QT_PATCH_VERSION 0
#define RESVG_QT_VERSION "0.27.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 26
#define RESVG_PATCH_VERSION 1
#define RESVG_VERSION "0.26.1"
#define RESVG_MINOR_VERSION 27
#define RESVG_PATCH_VERSION 0
#define RESVG_VERSION "0.27.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.26.1"
version = "0.27.0"
authors = ["gentoo90 <[email protected]>"]
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.26.1"
VersionInfoVersion="0.0.26.1"
AppVerName="resvg Explorer Extension 0.26.1"
AppVersion="0.27.0"
VersionInfoVersion="0.0.27.0"
AppVerName="resvg Explorer Extension 0.27.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.26.1"
version = "0.27.0"
authors = ["Yevhenii Reizner <[email protected]>"]
keywords = ["svg"]
license = "MPL-2.0"
Expand Down

0 comments on commit a030481

Please sign in to comment.