frontmatter 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+9/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +3/−0
- frontmatter.cabal +6/−4
changelog.md view
@@ -1,3 +1,6 @@+# 0.1.0.2+- Improve the cabal description+ # 0.1.0.1 - Add changelog to hackage package
frontmatter.cabal view
@@ -1,9 +1,11 @@ name: frontmatter-version: 0.1.0.1+version: 0.1.0.2 synopsis: Parses frontmatter as used in Jekyll markdown files.-description: Provides a parser that'll parse the frontmatter only and- . one that'll execute a YAML parser on it, so that it's a- . YAML frontmatter parser.+description: Parses frontmatter as used in Jekyll markdown files.+ .+ Provides a parser that'll parse the frontmatter only and+ one that'll execute a YAML parser on it, so that it's a+ YAML frontmatter parser. homepage: https://github.com/yamadapc/haskell-frontmatter license: MIT license-file: LICENSE