packages feed

redis-glob 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+7/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,11 @@  `redis-glob` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2022-11-21++* Tweak developer tools, CI and package metadata++ ## 0.1.0.0 -- 2022-11-21  * Initial version.
redis-glob.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               redis-glob-version:            0.1.0.1+version:            0.1.0.2 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -11,7 +11,7 @@ synopsis:           Specify valid redis globs description:   Supplies functions that parse and use redis __glob__ patterns.-  As in redis commands like [KEYS](<https://redis.io/commands/keys>), that filter using globs.+  As in redis commands like [KEYS](https://redis.io/commands/keys), that filter using globs.  category:           Web, Redis build-type:         Simple