From c064f880c989f62036278dbf170f2a8a4c8a6543 Mon Sep 17 00:00:00 2001 From: Reizner Evgeniy Date: Thu, 22 Mar 2018 16:53:31 +0200 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.toml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0a7eb4..5bd009df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.9.4] - 2018-03-22 ### Fixed - Crash during `defs` processing. - Crash during `use` resolving. @@ -264,7 +266,8 @@ and this project adheres to [Semantic Versioning](http://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 diff --git a/Cargo.toml b/Cargo.toml index 5294c2bb..87cf563d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svgcleaner" -version = "0.9.3" +version = "0.9.4" authors = ["Evgeniy Reizner "] keywords = ["svg", "cleaner", "optimizer"] license = "GPL-2.0" @@ -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" }