pqi-ffi 1.0.0.0 → 1.0.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +1/−1
- pqi-ffi.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+# v1.0.0.1++Doc corrections.+ # v1.0.0.0 ## Non-breaking
README.md view
@@ -17,4 +17,4 @@ oracle against which all other adapters are tested. The [`pqi-conformance`](https://github.com/nikita-volkov/pqi-conformance) suite runs every operation on both the candidate adapter and this one, asserts-byte-identical output, and thereby defines what "correct" means for the family.+identical output, and thereby defines what "correct" means for the family.
pqi-ffi.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: pqi-ffi-version: 1.0.0.0+version: 1.0.0.1 category: Database, PostgreSQL synopsis: FFI adapter for pqi, backed by postgresql-libpq description: