eventstore 0.13.1.0 → 0.13.1.1
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- CHANGELOG.markdown +4/−0
- Database/EventStore/Internal/Types.hs +1/−1
- eventstore.cabal +1/−1
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.13.1.1+--------+* Typo on `streamExists` implementation.+ 0.13.1.0 -------- * Add `streamExists` `ExpectedVersion` smart constructor.
Database/EventStore/Internal/Types.hs view
@@ -195,7 +195,7 @@ -- | The stream should exist. If it or a metadata stream does not exist treat -- that as a concurrency problem. streamExists :: ExpectedVersion-streamExists = streamExists+streamExists = StreamExists -------------------------------------------------------------------------------- -- EventStore Messages
eventstore.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.13.1.0+version: 0.13.1.1 tested-with: GHC >= 7.8.3 && < 7.11