From 273f6bedd8967a79f08e403f42d80dc9270be88b Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 29 Aug 2025 21:21:01 +0530 Subject: [PATCH 1/2] Bump streamly-bytestring to the next minor version --- Changelog.md | 4 ++++ streamly-bytestring.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 75fa340..96a97c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog for streamly-bytestring +## 0.2.3 (Sep 2025) + +* Support streamly-core-0.3.0 + ## 0.2.2 (Jul 2024) * Fix a bug that uses an unpinned array in the foreign pointer diff --git a/streamly-bytestring.cabal b/streamly-bytestring.cabal index ecb4fe3..30dd2c1 100644 --- a/streamly-bytestring.cabal +++ b/streamly-bytestring.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: streamly-bytestring -version: 0.2.2 +version: 0.2.3 synopsis: Library for streamly and bytestring interoperation. description: Please see the README on GitHub at category: Streamly, Stream, ByteString From 1f28cc55323d8567190ece7a9727f795aa84370b Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 29 Aug 2025 21:27:16 +0530 Subject: [PATCH 2/2] Update the CI --- .github/workflows/packcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 0ee323f..ee8e607 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -225,7 +225,7 @@ jobs: with: ghc-version: ${{ matrix.ghc_version }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 name: Cache common directories with: path: |