Skip to content

Commit 04d5277

Browse files
authored
Merge pull request #787 from IntersectMBO/jdral/blockio-0.1.0.1
Release `blockio-0.1.0.1`, now with README included
2 parents fc454ab + fa2e7f7 commit 04d5277

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

blockio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for blockio
22

3+
## 0.1.0.1 -- 2025-07-15
4+
5+
* Include the README in the distributed files.
6+
37
## 0.1.0.0 -- 2025-07-15
48

59
* First version. Released on an unsuspecting world.

blockio/blockio.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: blockio
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
synopsis: Perform batches of disk I/O operations.
55
description:
66
Perform batches of disk I\/O operations. Performing batches of disk I\/O can
@@ -31,7 +31,10 @@ maintainer: [email protected]
3131
copyright: (c) 2023-2025 Cardano Development Foundation
3232
category: System
3333
build-type: Simple
34-
extra-doc-files: CHANGELOG.md
34+
extra-doc-files:
35+
CHANGELOG.md
36+
README.md
37+
3538
tested-with: GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12
3639

3740
source-repository head

0 commit comments

Comments
 (0)