Skip to content

Commit 74ae9b7

Browse files
committed
ver bumps up
1 parent 8787bf0 commit 74ae9b7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 3.2.6.0
2+
3+
* fixing the Show instance of IPv4-mapped IPv6 address on little endian machines
4+
15
## Version 3.2.5.0
26

37
* `gracefulClose` based on STM racing and `timeout`.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.2.5.0],
2+
[3.2.6.0],
33
44
[network])
55

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.2.5.0
3+
version: 3.2.6.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)