ginger 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- ginger.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,11 @@+## 0.6.0.2++- Documentation fixes++## 0.6.0.1++- Haddock documentation fix+ ## 0.6.0.0 - Exceptions / exception handling.
ginger.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: ginger-version: 0.6.0.1+version: 0.6.0.2 synopsis: An implementation of the Jinja2 template language in Haskell description: Ginger is Jinja, minus the most blatant pythonisms. Wants to be feature complete, but isn't quite there yet.