Skip to content

Commit 0442451

Browse files
committed
Version bump
1 parent 49d08a5 commit 0442451

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.10.0]
99

1010
### Added
1111
- Added ability to list the available fonts found by svg2pdf. Thanks to [@rgreinho](https://github.com/rgreinho).
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Fixed dpi ratio calculation. Thanks to [@Ultraxime](https://github.com/Ultraxime).
1717

1818
### Changed
19-
- Bumped resvg to v0.37 and fontdb to 0.16.
19+
- Bumped resvg to v0.38 and fontdb to 0.16.
2020
- (Internal) reworked the test suite.
21-
- (Internal) synced test suite with resvg test suite.
21+
- (Internal) synced test suite with resvg test suite.
22+
23+
[Unreleased]: https://github.com/typst/svg2pdf/compare/v0.10.0...HEAD
24+
[0.10.0]: https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ default-members = ["cli"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.9.1"
7+
version = "0.10.0"
88
authors = ["Martin Haug <[email protected]>", "Laurenz Stampfl <[email protected]>"]
99
edition = "2021"
1010
repository = "https://github.com/typst/svg2pdf"
1111
readme = "README.md"
1212
license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]
15-
svg2pdf = { path = ".", version = "0.9.1" }
15+
svg2pdf = { path = ".", version = "0.10.0" }
1616
clap = { version = "4.4.2", features = ["derive"] }
1717
clap_complete = "4.4.3"
1818
clap_mangen = "0.2.14"

0 commit comments

Comments
 (0)