Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion bytebuild.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading