diff --git a/botan-bindings/CHANGELOG.md b/botan-bindings/CHANGELOG.md index 943316f..50abfca 100644 --- a/botan-bindings/CHANGELOG.md +++ b/botan-bindings/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## ?.?.?.? -- ????-??-?? +## 0.1.0.0 -- 2025-09-17 * PATCH: update the changelog to change the release date of version 0.0.1.0 from 2024-02-05 to 2024-02-13. diff --git a/botan-bindings/botan-bindings.cabal b/botan-bindings/botan-bindings.cabal index 23f79f7..36724da 100644 --- a/botan-bindings/botan-bindings.cabal +++ b/botan-bindings/botan-bindings.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: botan-bindings -version: 0.0.1.0 +version: 0.1.0.0 synopsis: Raw Botan bindings description: Welcome to botan-bindings @@ -39,7 +39,7 @@ source-repository this type: git location: https://github.com/haskellfoundation/botan subdir: botan-bindings - tag: botan-bindings-0.0.1.0 + tag: botan-bindings-0.1.0.0 flag pkg-config default: True diff --git a/botan-low/CHANGELOG.md b/botan-low/CHANGELOG.md index 3d18876..c0df1bf 100644 --- a/botan-low/CHANGELOG.md +++ b/botan-low/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## ?.?.?.? -- ????-??-?? +## 0.0.2.0 -- 2025-09-17 * PATCH: update the changelog to change the release date of version 0.0.1.0 from 2024-02-05 to 2024-02-13. diff --git a/botan-low/botan-low.cabal b/botan-low/botan-low.cabal index 51614b8..9aee12b 100644 --- a/botan-low/botan-low.cabal +++ b/botan-low/botan-low.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: botan-low -version: 0.0.1.0 +version: 0.0.2.0 synopsis: Low-level Botan bindings description: Welcome to botan-low @@ -51,7 +51,7 @@ source-repository this type: git location: https://github.com/haskellfoundation/botan subdir: botan-low - tag: botan-low-0.0.1.0 + tag: botan-low-0.0.2.0 flag XFFI description: Enable experimental / upstream ffi support @@ -117,11 +117,11 @@ library autogen-modules: Paths_botan_low build-depends: - , base >=4.16 && <4.22 - , botan-bindings ==0.0.1.0 - , bytestring >=0.11 && <0.13 - , deepseq >=1.1 && <2 - , text >=1.2 && <1.3 || >=2.0 && <2.2 + , base >=4.16 && <4.22 + , botan-bindings ^>=0.0 || ^>=0.1 + , bytestring >=0.11 && <0.13 + , deepseq >=1.1 && <2 + , text >=1.2 && <1.3 || >=2.0 && <2.2 if flag(xffi) -- Botan.Low.X509.OCSP diff --git a/botan/CHANGELOG.md b/botan/CHANGELOG.md index 59b4070..c93420b 100644 --- a/botan/CHANGELOG.md +++ b/botan/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 0.0.1 - 2024/02/19 +## ?.?.?.? -- ????-??-?? Initial release. diff --git a/botan/botan.cabal b/botan/botan.cabal index 5773dd4..dcf4f61 100644 --- a/botan/botan.cabal +++ b/botan/botan.cabal @@ -148,12 +148,12 @@ library autogen-modules: Paths_botan build-depends: - , base >=4.16 && <4.22 - , botan-bindings ==0.0.1.0 - , botan-low ==0.0.1.0 - , bytestring >=0.11 && <0.13 - , deepseq >=1.1 && <2 - , text >=1.2 && <1.3 || >=2.0 && <2.2 + , base >=4.16 && <4.22 + , botan-bindings ^>=0.0 || ^>=0.1 + , botan-low ^>=0.0 + , bytestring >=0.11 && <0.13 + , deepseq >=1.1 && <2 + , text >=1.2 && <1.3 || >=2.0 && <2.2 if flag(mtl) build-depends: mtl >=2.2 && <2.4