Skip to content

Commit b868611

Browse files
committed
Version bump.
1 parent aab1883 commit b868611

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2018-04-24
910
### Added
1011
- (svg) Partial `clipPath` support.
1112
- (svg) Partial `mask` support.
@@ -21,4 +22,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2122
### Fixed
2223
- `font-size` attribute inheritance during `use` resolving.
2324

24-
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.1.0...HEAD
25+
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.2.0...HEAD
26+
[0.2.0]: https://github.com/RazrFalcon/xmlparser/compare/0.1.0...0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ image = { version = "0.18", default-features = false, features = ["jpeg", "png_c
3838
pango = { version = "0.4", optional = true }
3939
pangocairo = { version = "0.5", optional = true }
4040
# qt backend
41-
resvg-qt = { version = "0.2", optional = true }
41+
resvg-qt = { version = "0.2.1", optional = true }
4242

4343
[features]
4444
cairo-backend = ["cairo-rs", "pango", "pangocairo", "image"]

tools/rendersvg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rendersvg"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
55
keywords = ["svg", "render", "raster"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)