Skip to content

Commit 5779739

Browse files
committed
Version bump
1 parent be73b36 commit 5779739

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.11.0]
99

1010
### Added
1111
- Text is now embedded as proper text instead of being flattened to paths.
@@ -41,3 +41,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141

4242
[Unreleased]: https://github.com/typst/svg2pdf/compare/v0.10.0...HEAD
4343
[0.10.0]: https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0
44+
[0.11.0]: https://github.com/typst/svg2pdf/compare/v0.10.0...v0.11.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.9.1"
7+
version = "0.11.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.20"
16-
svg2pdf = { path = ".", default-features = false }
16+
svg2pdf = { path = ".", default-features = false, version = "0.11.0" }
1717
clap = { version = "4.4.2", features = ["derive"] }
1818
clap_complete = "4.4.3"
1919
clap_mangen = "0.2.14"

0 commit comments

Comments
 (0)