commonmark-extensions 0.2.3.1 → 0.2.3.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~commonmarkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: commonmark
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- commonmark-extensions.cabal +2/−2
changelog.md view
@@ -1,5 +1,10 @@ # Changelog for commonmark-extensions +## 0.2.3.2++- Update lower version bounds for commonmark (#93, David+ Thrane Christiansen).+ ## 0.2.3.1 - `math` extension: don't fail when display math contains
commonmark-extensions.cabal view
@@ -1,5 +1,5 @@ name: commonmark-extensions-version: 0.2.3.1+version: 0.2.3.2 synopsis: Pure Haskell commonmark parser. description: This library provides some useful extensions to core commonmark@@ -59,7 +59,7 @@ , transformers , filepath , network-uri- , commonmark >= 0.2 && < 0.3+ , commonmark >= 0.2.2 && < 0.3 -- for extensions: , emojis >= 0.1 && < 0.2 exposed-modules: