-# master (not yet released)
+# 0.3.0.0 (12 June 2016)
+- Fix explicit links to headings in GitHub Markdown.
- Plug-in link targets at the top level (eg. `*foo.txt*` and `*foo`) are now downcased.
- Info extracted from the `@plugin` annotation is now centered in the Vim output.
- The `-d`/`--debug` flag now causes a dump of the compiled AST to be logged to the standard error.
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 0.2.0.0
+version: 0.3.0.0
-- A short (one-line) description of the package.
synopsis: Documentation generator for Vim plug-ins
source-repository this
type: git
location: https://github.com/wincent/docvim.git
- tag: 0.2.0.0
+ tag: 0.3.0.0
executable docvim
-- .hs or .lhs file containing the Main module.