]> git.wincent.com - docvim.git/commitdiff
Prepare for 0.3.1.5 (signed release) 0.3.1.5
authorGreg Hurrell <greg@hurrell.net>
Sat, 18 Jun 2016 01:38:10 +0000 (18:38 -0700)
committerGreg Hurrell <greg@hurrell.net>
Sat, 18 Jun 2016 01:38:10 +0000 (18:38 -0700)
CHANGELOG.md
README.md
docvim.cabal

index 166920818fe97755e7f5bd95d340384e7207c36f..9cd38e69e2b1aed84a7d35efbdf49bb01b1c15ff 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
index 532111fe82f6cf63ceb001d77ee7ba0c21134820..8c42084da16a8d650f50d947327ab0fbf3e42521 100644 (file)
--- a/README.md
+++ b/README.md
@@ -223,8 +223,8 @@ hlint src               # If you have HLint installed under $PATH.
 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
index 16efe0961fdfc03ba0cfa096578942c04e92d463..26bb41a8d40ed246c58c43b16dab4ea9597a581b 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.3.1.4
+version:             0.3.1.5
 
 -- A short (one-line) description of the package.
 synopsis:            Documentation generator for Vim plug-ins
@@ -206,7 +206,7 @@ source-repository head
 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.