1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

Changelog and cabal ver

This commit is contained in:
Sridhar Ratnakumar 2022-04-07 12:36:09 -04:00
parent f44c400067
commit 6ffa27b3f8
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Unreleased
- GHC 9.0 support
- Better handling of URL anchors (#83; #87)
- Fix bug in `Ex02_Basic.hs` (wasn't generating HTML files)
- Fix `runEmaPure` not generating routes

View File

@ -1,6 +1,6 @@
cabal-version: 2.4
name: ema
version: 0.7.1.2
version: 0.7.2.0
license: AGPL-3.0-only
copyright: 2021 Sridhar Ratnakumar
maintainer: srid@srid.ca