bounded-qsem 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bounded-qsem.cabal +2/−2
- changelog.md +3/−0
bounded-qsem.cabal view
@@ -2,8 +2,8 @@ category: Concurrency synopsis: Bounded quantity semaphores. description: Bounded quantity semaphores, meaning quantity semaphores that have an- upper-bound in the number of units that can be available.-version: 0.1.0.0+ upper-bound in the number of units that can be available at any given time.+version: 0.1.0.1 cabal-version: 1.18 build-type: Simple author: Daniel Casanueva (daniel.casanueva `at` proton.me)
changelog.md view
@@ -1,2 +1,5 @@+## 0.1.0.1+* Description update.+ ## 0.1.0.0 * First release.