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: | 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