aws-secrets 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+7/−5 lines, 2 filesdep ~aesondep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, bytestring, text
API changes (from Hackage documentation)
Files
- aws-secrets.cabal +5/−5
- changelog.md +2/−0
aws-secrets.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: aws-secrets-version: 0.0.0.0+version: 0.0.0.1 category: AWS, Password synopsis: Fetch data from AWS Secrets Manager @@ -36,14 +36,14 @@ OverloadedStrings QuasiQuotes build-depends:- , aeson >= 2.0.3- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18- , bytestring ^>= 0.11+ , aeson ^>= 2.1 || ^>= 2.2+ , base ^>= 4.18 || ^>= 4.19+ , bytestring ^>= 0.11 || ^>= 0.12 , containers ^>= 0.6.5 , mtl ^>= 2.2.2 || ^>= 2.3 , scientific ^>= 0.3.6 , stm ^>= 2.5- , text ^>= 1.2.5 || ^>= 2.0+ , text ^>= 2.0 || ^>= 2.1 , typed-process ^>= 0.2.10 , validation ^>= 1.1
changelog.md view
@@ -1,1 +1,3 @@+0.0.0.1 - 2025-01-20 - Version bumps+ 0.0.0.0 - 2023-06-01 - Initial release