commonmark 0.3.0.1 → 0.3.1
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- commonmark.cabal +1/−1
changelog.md view
@@ -1,5 +1,10 @@ # Changelog for commonmark +## 0.3.1++ * Export `getPrecedingTokType` from Commonmark.Inlines [API change].+ (Actually this was already in the 0.3.0.1 release; this release+ just makes the version number change required by the PVP.) ## 0.3.0.1
commonmark.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: commonmark-version: 0.3.0.1+version: 0.3.1 synopsis: Pure Haskell commonmark parser. description: This library provides the core data types and functions