diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1bff7e..b6fd91ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.12.0] ### Added - 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 [Unreleased]: https://github.com/typst/svg2pdf/compare/v0.10.0...HEAD [0.10.0]: https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0 [0.11.0]: https://github.com/typst/svg2pdf/compare/v0.10.0...v0.11.0 +[0.12.0]: https://github.com/typst/svg2pdf/compare/v0.11.0...v0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 0b8dcdd2..baefb08c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,7 +1552,7 @@ checksum = "74f98178f34057d4d4de93d68104007c6dea4dfac930204a69ab4622daefa648" [[package]] name = "svg2pdf" -version = "0.11.0" +version = "0.12.0" dependencies = [ "fontdb", "image", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "svg2pdf-cli" -version = "0.11.0" +version = "0.12.0" dependencies = [ "clap", "clap_complete", @@ -1586,7 +1586,7 @@ dependencies = [ [[package]] name = "svg2pdf-tests" -version = "0.11.0" +version = "0.12.0" dependencies = [ "fontdb", "image", diff --git a/Cargo.toml b/Cargo.toml index 8c9b03e8..84266604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["cli"] resolver = "2" [workspace.package] -version = "0.11.0" +version = "0.12.0" authors = ["Laurenz Stampfl ", "Martin Haug "] edition = "2021" repository = "https://github.com/typst/svg2pdf" @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] log = "0.4" -svg2pdf = { path = ".", default-features = false, version = "0.11.0" } +svg2pdf = { path = ".", default-features = false, version = "0.12.0" } clap = { version = "4.5", features = ["derive"] } clap_complete = "4.5" clap_mangen = "0.2"