crypto-enigma 0.0.2.4 → 0.0.2.5
raw patch · 3 files changed
+10/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−1
- README.md +2/−2
- crypto-enigma.cabal +2/−2
CHANGELOG.md view
@@ -1,8 +1,12 @@ See also: the list of [code releases] and [closed milestones]. +### [0.0.2.5]++* Test and abandon [Travis CI Hackage deployment](http://docs.travis-ci.com/user/deployment/hackage/).+ ### [0.0.2.4] -* Correct errors in project repo and CI linls+* Correct minor errors in project repo and CI links. ### [0.0.2.3] @@ -52,6 +56,7 @@ [build checks]: https://travis-ci.org/orome/crypto-enigma-hs/branches [code releases]: https://github.com/orome/crypto-enigma-hs/releases [closed milestones]: https://github.com/orome/crypto-enigma-hs/milestones?state=closed+[0.0.2.5]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.5 [0.0.2.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.4 [0.0.2.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.3 [0.0.2.2]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.2
README.md view
@@ -1,8 +1,8 @@ ## crypto-enigma [](https://www.haskell.org)-[](https://hackage.haskell.org/package/crypto-enigma-hs)-+[](https://hackage.haskell.org/package/crypto-enigma)+ [](https://github.com/orome/crypto-enigma-hs/blob/hackage/LICENSE) [](https://travis-ci.org/orome/crypto-enigma-hs/branches)
crypto-enigma.cabal view
@@ -3,7 +3,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.0.2.4+version: 0.0.2.5 synopsis: An Enigma machine simulator with display. description: The crypto-enigma package is an Enigma machine simulator with rich display and machine state details.@@ -45,7 +45,7 @@ type: git location: git://github.com/orome/crypto-enigma-hs.git branch: hackage- tag: 0.0.2.4+ tag: 0.0.2.5 library -- default-extensions: Trustworthy