Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Sep 30, 2024
1 parent 0baedb5 commit acf6758
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["cli"]
resolver = "2"

[workspace.package]
version = "0.11.0"
version = "0.12.0"
authors = ["Laurenz Stampfl <[email protected]>", "Martin Haug <[email protected]>"]
edition = "2021"
repository = "https://github.com/typst/svg2pdf"
Expand All @@ -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"
Expand Down

0 comments on commit acf6758

Please sign in to comment.