test-certs 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- test-certs.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `test-certs` uses [PVP Versioning][1]. +## 0.1.1.1 -- 2024-07-10++* Updated CI and Tested-With+ ## 0.1.1.0 -- 2024-06-03 * Export defaultBasenames
test-certs.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: test-certs-version: 0.1.1.0+version: 0.1.1.1 synopsis: create temporary SSL certificates in tests description: Its functions generate the certificates as files in a temporary directory.@@ -20,7 +20,7 @@ bug-reports: https://github.com/adetokunbo/test-certs/issues build-type: Simple extra-source-files: ChangeLog.md-tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8+tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 source-repository head type: git location: https://github.com/adetokunbo/test-certs.git