Skip to content

Commit

Permalink
Release fs-sim-0.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Dec 9, 2024
1 parent bf675b7 commit 5170704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-10-02T00:00:00Z
, hackage.haskell.org 2024-12-09T15:45:06Z

packages:
fs-api
Expand Down
7 changes: 6 additions & 1 deletion fs-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Revision history for fs-sim

## Next version -- ????-??-??
## 0.3.1.0 -- 2024-12-10

### Non-breaking

* Expose `openHandles` for testing.

### Patch

* Make `genInfinite` generate truly infinite streams.
* The shrinker for `Errors` now truly shrinks towards empty errors.

## 0.3.0.1 -- 2024-10-02

### Patch
Expand Down
2 changes: 1 addition & 1 deletion fs-sim/fs-sim.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: fs-sim
version: 0.3.0.1
version: 0.3.1.0
synopsis: Simulated file systems
description: Simulated file systems.
license: Apache-2.0
Expand Down

0 comments on commit 5170704

Please sign in to comment.