diff --git a/CHANGELOG.md b/CHANGELOG.md index 5109f5e..2c7b6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Note: Prior to version 0.3.4.0, this library was named `small-bytearray-builder` is now just a compatibility shim to ease the migration process. -## 0.3.17.0 +## 0.3.17.0 -- 2025-11-17 * Add `hPut` to help with common case of pushing logs to stderr. * Add `ToBuilder` for `CInt` diff --git a/bytebuild.cabal b/bytebuild.cabal index 33ec392..374e5fc 100644 --- a/bytebuild.cabal +++ b/bytebuild.cabal @@ -28,7 +28,7 @@ maintainer: amartin@layer3com.com copyright: 2019 Andrew Martin category: Data extra-doc-files: CHANGELOG.md -tested-with: GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.1 +tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.1 common build-settings default-language: Haskell2010