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 Mar 22, 2018
1 parent 53d8b64 commit c064f88
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4] - 2018-03-22
### Fixed
- Crash during `defs` processing.
- Crash during `use` resolving.
Expand Down Expand Up @@ -264,7 +266,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.3...HEAD
[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.4...HEAD
[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
[0.9.1]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.0...v0.9.1
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgcleaner"
version = "0.9.3"
version = "0.9.4"
authors = ["Evgeniy Reizner <[email protected]>"]
keywords = ["svg", "cleaner", "optimizer"]
license = "GPL-2.0"
Expand All @@ -9,6 +9,7 @@ documentation = "https://github.com/RazrFalcon/svgcleaner/blob/master/docs/svgcl
repository = "https://github.com/RazrFalcon/svgcleaner"
readme = "README.rst"
categories = ["multimedia::images"]
exclude = ["docs/**", "tools/**"]

[badges]
travis-ci = { repository = "RazrFalcon/svgcleaner" }
Expand Down

0 comments on commit c064f88

Please sign in to comment.