]> git.wincent.com - docvim.git/commitdiff
Update CHANGELOG prior to 0.3.0.0 release
authorGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 06:59:25 +0000 (23:59 -0700)
committerGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 06:59:25 +0000 (23:59 -0700)
CHANGELOG.md
docvim.cabal

index 370adf695ced1550dec146dece08914832765d3d..a6dd50d6b4b8c32b0b95c527d76897ffd927ff15 100644 (file)
@@ -1,5 +1,6 @@
-# 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.
index 5c46133990d03538b95ba2ea15f69fc20fd568a3..18bc853e4b0c5b58b81c78fd28e76e93395211a1 100644 (file)
@@ -10,7 +10,7 @@ name:                docvim
 -- 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
@@ -55,7 +55,7 @@ source-repository head
 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.