unleash-client-haskell-core 0.9.0 → 0.10.0
raw patch · 3 files changed
+24/−13 lines, 3 filesdep ~aesondep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, containers, hspec, text, text-show, time, versions
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−1
- README.md +2/−0
- unleash-client-haskell-core.cabal +12/−12
CHANGELOG.md view
@@ -1,7 +1,16 @@-## <small>0.9.0 (2023-10-13)</small>+## <small>0.10.0 (2023-10-16)</small> * Add homepage ([bc2e162](https://github.com/finn-no/unleash-client-haskell-core/commit/bc2e162)) * Move CHANGELOG.md to extra-doc-files ([ce63134](https://github.com/finn-no/unleash-client-haskell-core/commit/ce63134))+* Set version to 0.10.0 ([2f6ecb9](https://github.com/finn-no/unleash-client-haskell-core/commit/2f6ecb9))+* Track nixpkgs-unstable ([8654522](https://github.com/finn-no/unleash-client-haskell-core/commit/8654522))+* Update CHANGELOG ([1047d51](https://github.com/finn-no/unleash-client-haskell-core/commit/1047d51))+* Update README ([9ac7a94](https://github.com/finn-no/unleash-client-haskell-core/commit/9ac7a94))++++## <small>0.9.0 (2023-10-13)</small>+ * Set version to 0.9.0 ([3212bab](https://github.com/finn-no/unleash-client-haskell-core/commit/3212bab)) * Update all ([1a4c1ce](https://github.com/finn-no/unleash-client-haskell-core/commit/1a4c1ce)) * Update CHANGELOG.md ([dff9042](https://github.com/finn-no/unleash-client-haskell-core/commit/dff9042))
README.md view
@@ -6,6 +6,8 @@ Does not include an HTTP client. See [unleash-client-haskell](https://github.com/finn-no/unleash-client-haskell) for a ready-to-use Haskell Unleash client SDK. +Available on [Hackage](https://hackage.haskell.org/package/unleash-client-haskell-core).+ ## Build ```
unleash-client-haskell-core.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: unleash-client-haskell-core-version: 0.9.0+version: 0.10.0 synopsis: Unleash feature toggle client core description: This is a library for evaluating [Unleash](https://www.getunleash.io/) feature toggles.@@ -48,14 +48,14 @@ Unleash.Internal.Predicates hs-source-dirs: src build-depends:- aeson >= 2.0.3 && < 2.1,- containers >= 0.6.5 && < 0.7,- murmur3 >= 1.0.5 && < 1.1,+ aeson >= 2.0.3 && < 2.2,+ containers >= 0.6.4 && < 0.7, random >= 1.2.1 && < 1.3,- text >= 1.2.5 && < 1.3,- text-show >= 3.10.2 && < 3.11,- time >= 1.11.1 && < 1.12,- versions >= 5.0.5 && < 5.1,+ text >= 1.2.5 && < 2.1,+ time >= 1.9.3 && < 1.13,+ murmur3 >= 1.0.5 && < 1.1,+ text-show >= 3.9.7 && < 3.11,+ versions >= 5.0.4 && < 6.1, test-suite unleash-client-haskell-core-test import: all@@ -68,10 +68,10 @@ UnleashSpecificationJsonTypes UnleashSpecificationSpec build-depends:- aeson,- aeson-pretty >= 0.8.9 && < 0.9,+ bytestring >= 0.10.12 && < 0.12, attoparsec >= 0.14.4 && < 0.15,- bytestring >= 0.11.4 && < 0.12,- hspec >= 2.9.7 && < 2.10,+ aeson-pretty >= 0.8.9 && < 0.9,+ hspec >= 2.8.5 && < 2.11,+ aeson, text, unleash-client-haskell-core,