crypto-enigma 0.0.2.3 → 0.0.2.4
raw patch · 3 files changed
+29/−24 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +17/−12
- README.md +10/−10
- crypto-enigma.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ See also: the list of [code releases] and [closed milestones]. +### [0.0.2.4]++* Correct errors in project repo and CI linls+ ### [0.0.2.3] * Minor tidying and organization.@@ -45,15 +49,16 @@ Stable enough for use, but not reviewed. [test figure]: https://hackage.haskell.org/package/crypto-enigma/docs/Crypto-Enigma-Display.html#showEnigmaConfigInternalFIG-[build checks]: https://travis-ci.org/orome/crypto-enigma/branches-[code releases]: https://github.com/orome/crypto-enigma/releases-[closed milestones]: https://github.com/orome/crypto-enigma/milestones?state=closed-[0.0.2.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.3-[0.0.2.2]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.2-[0.0.2.1]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.1-[0.0.2.0]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.0-[0.0.1.7]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.7-[0.0.1.6]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.6-[0.0.1.5]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.5-[0.0.1.4]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.4-[0.0.1.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.3+[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.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+[0.0.2.1]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.1+[0.0.2.0]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.0+[0.0.1.7]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.7+[0.0.1.6]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.6+[0.0.1.5]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.5+[0.0.1.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.4+[0.0.1.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.1.3
README.md view
@@ -1,10 +1,10 @@ ## crypto-enigma [](https://www.haskell.org)-[](https://hackage.haskell.org/package/crypto-enigma)--[](https://github.com/orome/crypto-enigma/blob/hackage/LICENSE)-[](https://travis-ci.org/orome/crypto-enigma/branches)+[](https://hackage.haskell.org/package/crypto-enigma-hs)++[](https://github.com/orome/crypto-enigma-hs/blob/hackage/LICENSE)+[](https://travis-ci.org/orome/crypto-enigma-hs/branches) An Enigma machine simulator with state and encoding display. @@ -16,7 +16,7 @@ Note that the correct display of some characters used to represent components (thin Naval rotors) assumes support for Unicode, while some aspects of the display of machine state-depend on support for combining Unicode. This is a [known limitation](https://github.com/orome/crypto-enigma/issues/10)+depend on support for combining Unicode. This is a [known limitation](https://github.com/orome/crypto-enigma-hs/issues/10) that will be addressed in a future release. Full [documentation] — for the latest [release version] — is available on Hackage.@@ -32,17 +32,17 @@ ### Development status -[](https://travis-ci.org/orome/crypto-enigma/branches)+[](https://travis-ci.org/orome/crypto-enigma-hs/branches) I'm currently learning and experimenting with some Haskell language features and can't promise the [development version] will work. More detail about planned releases and activities can be found the list of scheduled [milestones] and in the list of [open issues]. [documentation]: https://hackage.haskell.org/package/crypto-enigma-[release version]: https://github.com/orome/crypto-enigma/tree/hackage-[development version]: https://github.com/orome/crypto-enigma/tree/develop-[milestones]: https://github.com/orome/crypto-enigma/milestones-[open issues]: https://github.com/orome/crypto-enigma/issues+[release version]: https://github.com/orome/crypto-enigma-hs/tree/hackage+[development version]: https://github.com/orome/crypto-enigma-hs/tree/develop+[milestones]: https://github.com/orome/crypto-enigma-hs/milestones+[open issues]: https://github.com/orome/crypto-enigma-hs/issues [machine models]: http://www.cryptomuseum.com/crypto/enigma/tree.htm [I]: http://www.cryptomuseum.com/crypto/enigma/i/index.htm
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.3+version: 0.0.2.4 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.3+ tag: 0.0.2.4 library -- default-extensions: Trustworthy