Skip to content

Commit acf6758

Browse files
committed
Version bump
1 parent 0baedb5 commit acf6758

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

+2-1
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.12.0]
99

1010
### Added
1111
- New `pdfa` option for using PDF/A-compliant pdf-writer workflows.
@@ -54,3 +54,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
[Unreleased]: https://github.com/typst/svg2pdf/compare/v0.10.0...HEAD
5555
[0.10.0]: https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0
5656
[0.11.0]: https://github.com/typst/svg2pdf/compare/v0.10.0...v0.11.0
57+
[0.12.0]: https://github.com/typst/svg2pdf/compare/v0.11.0...v0.12.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,7 +4,7 @@ default-members = ["cli"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.11.0"
7+
version = "0.12.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.11.0" }
16+
svg2pdf = { path = ".", default-features = false, version = "0.12.0" }
1717
clap = { version = "4.5", features = ["derive"] }
1818
clap_complete = "4.5"
1919
clap_mangen = "0.2"

0 commit comments

Comments
 (0)