Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 9, 2018
1 parent 6ebc2df commit 598d84d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http:https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased]

## [0.9.5] - 2018-04-09
### Added
- Removal of the `transform` attribute with a default value.

Expand Down Expand Up @@ -271,7 +273,8 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/).
### Added
- First public release with Perl backend and Qt GUI.

[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.4...HEAD
[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.5...HEAD
[0.9.5]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.3...v0.9.4
[0.9.3]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.1...v0.9.2
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 = "svgcleaner"
version = "0.9.4"
version = "0.9.5"
authors = ["Evgeniy Reizner <[email protected]>"]
keywords = ["svg", "cleaner", "optimizer"]
license = "GPL-2.0"
Expand Down
2 changes: 2 additions & 0 deletions tools/svgrender/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules/
package-lock.json

0 comments on commit 598d84d

Please sign in to comment.