Bump version to 1.1.1.0 and update changelog.

This commit is contained in:
David Himmelstrup 2020-10-10 21:43:42 +08:00
commit 53793fcf1b
2 changed files with 14 additions and 1 deletions

View file

@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and the
project adheres to the [Haskell Package Versioning
Policy (PVP)](https://pvp.haskell.org)
## 1.1.1.0 -- 2020-10-10
### Added
* External icon sets.
* Font configurations.
### Other/Non-visible
* Improved unicode support.
* Improved support for filter effects.
* Bug fix in the path parser.
## 1.1.0.0 -- 2020-10-07
### Added

View file

@ -3,7 +3,7 @@ cabal-version: 2.0
-- see http://haskell.org/cabal/users-guide/
name: reanimate
version: 1.1.0.0
version: 1.1.1.0
-- synopsis:
-- description:
license: PublicDomain