Skip to content

Commit

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

## [Unreleased]

## [0.15.2] - 2024-08-20
### Fixed
- Path parsing with `S` or `T` segments after `A`. Was broken since v0.12

## [0.15.1] - 2024-05-07
### Fixed
- Allow double quotes in FuncIRI.
Expand Down Expand Up @@ -174,7 +178,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- `Paint::from_span` poor performance.

[Unreleased]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.1...HEAD
[Unreleased]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/RazrFalcon/svgtypes/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/RazrFalcon/svgtypes/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/RazrFalcon/svgtypes/compare/v0.13.0...v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgtypes"
version = "0.15.1"
version = "0.15.2"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
categories = ["parser-implementations"]
description = "SVG types parser."
Expand Down

0 comments on commit fe22aac

Please sign in to comment.