Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 24, 2018
1 parent aab1883 commit b868611
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

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

[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/RazrFalcon/xmlparser/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ image = { version = "0.18", default-features = false, features = ["jpeg", "png_c
pango = { version = "0.4", optional = true }
pangocairo = { version = "0.5", optional = true }
# qt backend
resvg-qt = { version = "0.2", optional = true }
resvg-qt = { version = "0.2.1", optional = true }

[features]
cairo-backend = ["cairo-rs", "pango", "pangocairo", "image"]
Expand Down
2 changes: 1 addition & 1 deletion tools/rendersvg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rendersvg"
version = "0.1.0"
version = "0.2.0"
authors = ["Evgeniy Reizner <[email protected]>"]
keywords = ["svg", "render", "raster"]
license = "MPL-2.0"
Expand Down

0 comments on commit b868611

Please sign in to comment.