Skip to content

Commit c089c9b

Browse files
committed
Version bump.
1 parent 9368e83 commit c089c9b

File tree

11 files changed

+19
-17
lines changed

11 files changed

+19
-17
lines changed

.github/chart-svg2.svg

Lines changed: 1 addition & 1 deletion
Loading

.github/chart.svg

Lines changed: 1 addition & 1 deletion
Loading

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
This changelog also contains important changes in dependencies.
88

99
## [Unreleased]
10+
11+
## [0.45.0] - 2024-12-11
1012
### Added
1113
- Added support for the `background-color` attribute.
1214
- Add support for additional `image-rendering` attributes.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/c-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg-capi"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg", "render", "raster", "c-api"]
55
license.workspace = true
66
edition = "2021"

crates/c-api/ResvgQt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#define RESVG_QT_H
1212

1313
#define RESVG_QT_MAJOR_VERSION 0
14-
#define RESVG_QT_MINOR_VERSION 44
14+
#define RESVG_QT_MINOR_VERSION 45
1515
#define RESVG_QT_PATCH_VERSION 0
16-
#define RESVG_QT_VERSION "0.44.0"
16+
#define RESVG_QT_VERSION "0.45.0"
1717

1818
#include <cmath>
1919

crates/c-api/resvg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#include <stdint.h>
1515

1616
#define RESVG_MAJOR_VERSION 0
17-
#define RESVG_MINOR_VERSION 44
17+
#define RESVG_MINOR_VERSION 45
1818
#define RESVG_PATCH_VERSION 0
19-
#define RESVG_VERSION "0.44.0"
19+
#define RESVG_VERSION "0.45.0"
2020

2121
/**
2222
* @brief List of possible errors.

crates/resvg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resvg"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg", "render", "raster"]
55
license.workspace = true
66
edition = "2021"
@@ -22,7 +22,7 @@ pico-args = { version = "0.5", features = ["eq-separator"] }
2222
rgb = "0.8"
2323
svgtypes = "0.15.2"
2424
tiny-skia = "0.11.4"
25-
usvg = { path = "../usvg", version = "0.44.0", default-features = false }
25+
usvg = { path = "../usvg", version = "0.45.0", default-features = false }
2626
zune-jpeg = { version = "0.4", optional = true }
2727

2828
[dev-dependencies]

crates/usvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usvg"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
keywords = ["svg"]
55
license.workspace = true
66
edition = "2021"

tools/explorer-thumbnailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "explorer-thumbnailer"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
license.workspace = true
55
edition = "2021"
66
publish = false

tools/explorer-thumbnailer/install/installer.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Setup]
22
AppName="resvg Explorer Extension"
3-
AppVersion="0.44.0"
4-
VersionInfoVersion="0.0.44.0"
5-
AppVerName="resvg Explorer Extension 0.44.0"
3+
AppVersion="0.45.0"
4+
VersionInfoVersion="0.0.45.0"
5+
AppVerName="resvg Explorer Extension 0.45.0"
66
AppPublisher="The Resvg Authors"
77
AppPublisherURL=https://github.com/linebender/resvg
88
DefaultDirName="{pf}\resvg Explorer Extension"

0 commit comments

Comments
 (0)