ascii-group 1.0.0.14 → 1.0.0.15
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ascii-group.cabal +3/−3
- changelog.md +4/−0
ascii-group.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-group-version: 1.0.0.14+version: 1.0.0.15 synopsis: ASCII character groups category: Data, Text @@ -16,10 +16,10 @@ author: Chris Martin maintainer: Chris Martin, Julie Moronuki -homepage: https://github.com/typeclasses-group/ascii+homepage: https://github.com/typeclasses/ascii-group bug-Reports: https://github.com/typeclasses/ascii-group/issues -extra-doc-files: *.md+extra-source-files: *.md source-repository head type: git
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.0.15 (2023-01-02)++Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)+ ### 1.0.0.14 (2022-12-27) Metadata changes only