crypto-enigma 0.0.1.4 → 0.0.1.5
raw patch · 3 files changed
+5/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +0/−5
- crypto-enigma.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ See also: [code milestones](https://github.com/orome/crypto-enigma/milestones?state=closed). +### 0.0.1.5++* Fix readme formatting errors.+ ### 0.0.1.4 * Some minor spelling corrections and notes.
README.md view
@@ -6,11 +6,6 @@  [](https://travis-ci.org/orome/crypto-enigma) -<!----[](https://hackage.haskell.org/package/crypto-enigma)----->- An Enigma machine simulator with state and encoding display. This is adapted, as an exerecise in learning Haskell, from an earlier learning project written in Mathematica.
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.1.4+version: 0.0.1.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.