Skip to content

Commit

Permalink
ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 12, 2024
1 parent 8787bf0 commit 74ae9b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.2.6.0

* fixing the Show instance of IPv4-mapped IPv6 address on little endian machines

## Version 3.2.5.0

* `gracefulClose` based on STM racing and `timeout`.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([Haskell network package],
[3.2.5.0],
[3.2.6.0],
[libraries@haskell.org],
[network])

Expand Down
2 changes: 1 addition & 1 deletion network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: network
version: 3.2.5.0
version: 3.2.6.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Tamar Christina
Expand Down

0 comments on commit 74ae9b7

Please sign in to comment.