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 Jun 26, 2024
1 parent f02d583 commit 2d5ebe6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Version 3.2.1.0

* Trying to release with the latest autoreconf.
Packing "network" in the local directory instead of CI.
* Remove includes from .cabal-file
[#583](https://github.com/haskell/network/issues/583)
* making gracefulClose more graceful
[#580](https://github.com/haskell/network/issues/580)
* Update config.guess, config.sub to their latest versions
[#579](https://github.com/haskell/network/issues/579)

## Version 3.2.0.0

* Breaking change: Using Strict and StrictData.
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.0.0
version: 3.2.1.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Tamar Christina
Expand Down

0 comments on commit 2d5ebe6

Please sign in to comment.