+# 0.3.1.5 (17 June 2016)
+
+- Distribute signed package via Stackage.
+
# 0.3.1.4 (17 June 2016)
- Add upper and low bounds to version constraints.
vim docvim.cabal # Update version number in two places.
vim CHANGELOG.md # Update, er, changelog.
git commit -p # git tag, git push --follow-tags etc...
-stack sdist --pvp-bounds both
-stack upload --pvp-bounds both
+bin/sdist
+bin/upload
```
## Links
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 0.3.1.4
+version: 0.3.1.5
-- 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.3.1.4
+ tag: 0.3.1.5
executable docvim
-- .hs or .lhs file containing the Main module.