Skip to content

Commit ccab6d7

Browse files
committed
Version bump
1 parent c027e7b commit ccab6d7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.13.0]
99

1010
### Changed
1111
- Bumped resvg to v0.45, fontdb to v0.23, ttf-parser to v0.25, and pdf-writer to v0.12.
@@ -60,3 +60,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
[0.10.0]: https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0
6161
[0.11.0]: https://github.com/typst/svg2pdf/compare/v0.10.0...v0.11.0
6262
[0.12.0]: https://github.com/typst/svg2pdf/compare/v0.11.0...v0.12.0
63+
[0.13.0]: https://github.com/typst/svg2pdf/compare/v0.12.0...v0.13.0

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["cli"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.12.0"
7+
version = "0.13.0"
88
authors = ["Laurenz Stampfl <[email protected]>", "Martin Haug <[email protected]>"]
99
edition = "2021"
1010
repository = "https://github.com/typst/svg2pdf"
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313

1414
[workspace.dependencies]
1515
log = "0.4"
16-
svg2pdf = { path = ".", default-features = false, version = "0.12.0" }
16+
svg2pdf = { path = ".", default-features = false, version = "0.13.0" }
1717
clap = { version = "4.5", features = ["derive"] }
1818
clap_complete = "4.5"
1919
clap_mangen = "0.2"

0 commit comments

Comments
 (0)