Skip to content

Commit fa2e7f7

Browse files
committed
Release blockio-0.1.0.1, now with README included
1 parent 4e5785f commit fa2e7f7

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)