Bump version to 0.5.0.0

This commit is contained in:
David Himmelstrup 2020-09-09 11:15:06 +08:00
commit b756ea5ceb
2 changed files with 24 additions and 2 deletions

View file

@ -1,6 +1,28 @@
# Revision history for reanimate
## 0.4.4.0
## 0.5.0.0 -- 2020-09-09
### Added
* Hashable instance for SVG.
### Changed
* Improve efficiency of time variables (thanks to ).
* Major refactoring of SVG interface.
* Haddock improvements.
* Improve consistency of object bounding-box calculations.
* Rewrite object transitions in terms of Animations.
### Removed
* Reanimate.Scene.tweenVarUnclamped
* Reanimate.Math.SSSP.pdual
### Contributors
* Shaurya Gupta (@sureyeaah)
* Jan Hrček (@jhrcek)
## 0.4.3.0 -- 2020-08-29

View file

@ -3,7 +3,7 @@ cabal-version: 1.18
-- see http://haskell.org/cabal/users-guide/
name: reanimate
version: 0.4.3.0
version: 0.5.0.0
-- synopsis:
-- description:
license: PublicDomain