Skip to content

Commit cf41194

Browse files
committed
Version bump from 0.46 to 0.47
1 parent 1505e4b commit cf41194

File tree

8 files changed

+587
-627
lines changed

8 files changed

+587
-627
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
This changelog also contains important changes in dependencies.
88

9-
## [Unreleased]
9+
## [0.47.0]
1010

1111
- This release has an MSRV of 1.87.0 for `usvg` and `resvg` and the C API.
12+
13+
### Added
1214
- Focal radius supported for Radial Gradients. (#1014 by @wmedrano)
15+
- Support for variable fonts based on font-variation-settings CSS property. (#997 by oetiker)
16+
17+
### Changed
18+
- `tiny-skia` has a major version bump from 0.11 to 0.12.
1319

1420
## [0.46.0]
1521

@@ -1330,7 +1336,8 @@ This release has an MSRV of 1.65 for `usvg` and 1.67.1 for `resvg` and the C API
13301336

13311337
[#897]: https://github.com/linebender/resvg/pull/897
13321338

1333-
[Unreleased]: https://github.com/linebender/resvg/compare/v0.46.0...HEAD
1339+
[Unreleased]: https://github.com/linebender/resvg/compare/v0.47.0...HEAD
1340+
[0.47.0]: https://github.com/linebender/resvg/compare/v0.46.0...v0.47.0
13341341
[0.46.0]: https://github.com/linebender/resvg/compare/v0.45.1...v0.46.0
13351342
[0.45.1]: https://github.com/linebender/resvg/compare/v0.45.0...v0.45.1
13361343
[0.45.0]: https://github.com/linebender/resvg/compare/v0.44.0...v0.45.0

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.46.0"
3+
version = "0.47.0"
44
keywords = ["svg", "render", "raster", "c-api"]
55
license.workspace = true
66
edition = "2024"

0 commit comments

Comments
 (0)