Skip to content

Commit

Permalink
Multiple package bumps in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Feb 5, 2025
1 parent e633932 commit dfe198e
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/distributed-process-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.11

* Ported test suite to use `tasty` rather than `test-framework`.
* Removed unused dependencies (#467)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-async
version: 0.2.10
version: 0.2.11
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-client-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.8.0

* Ported test suite to use `tasty` rather than `test-framework`.
* Removed unused dependencies and addressed some warnings (#467).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-client-server
version: 0.2.7.1
version: 0.2.8.0
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-execution/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.1.5.0

* Ported test suite to use `tasty` rather than `test-framework`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-execution
version: 0.1.4.1
version: 0.1.5.0
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-extras/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.9

* Ported test suite to use `tasty` rather than `test-framework`.
* Addressed some compilation warnings (#467).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-extras
version: 0.3.8
version: 0.3.9
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-simplelocalnet/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.3

* Removed unused dependencies and addressed some compilation warnings (#467).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
Name: distributed-process-simplelocalnet
Version: 0.3.2
Version: 0.3.3
Build-Type: Simple
License: BSD-3-Clause
License-File: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-supervisor/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.4

* Ported test suite to use `tasty` rather than `test-framework`.
* Addressed some compilation warnings (#467).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-supervisor
version: 0.2.2
version: 0.2.4
build-type: Simple
license: BSD-3-Clause
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process-systest/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.4.2

* Ported test suite to use `tasty` rather than `test-framework`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-systest
version: 0.4.1
version: 0.4.2
synopsis: Cloud Haskell Test Support
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell
homepage: http://github.com/haskell-distributed/distributed-process-systest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-tests
version: 0.5.1
version: 0.5.2
synopsis: Tests and test support tools for distributed-process.
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests
description: Tests and test suite for Cloud Haskell libraries, specifically the core distributed-process library.
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed-process/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.7.8

* Added documentation on the unit of measurement for timeout durations (#340)
* Added upper bound on `template-haskell` to prevent future breakage.
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport-inmemory/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.5.42

* Addressed some compilation warnings (#467)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
Name: network-transport-inmemory
Version: 0.5.41
Version: 0.5.42
Build-Type: Simple
License: BSD-3-Clause
License-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport-tcp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.8.6

* Ported test suite to use `tasty` rather than `test-framework`.
* Addressed some compilation warnings (#467)
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport-tcp/network-transport-tcp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
Name: network-transport-tcp
Version: 0.8.5
Version: 0.8.6
Build-Type: Simple
License: BSD-3-Clause
License-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport-tests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.4

* Addressed some compilation warnings (#467)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: network-transport-tests
version: 0.3.3
version: 0.3.4
synopsis: Unit tests for Network.Transport implementations
description: Unit tests for Network-Transport implementations.
homepage: http://haskell-distributed.github.com
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.5.9

* Prevent asynchronous exceptions from `Network.Transport.Util.spawn` (#42).
* Addressed some compilation warnings (#467)
Expand Down
2 changes: 1 addition & 1 deletion packages/network-transport/network-transport.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
Name: network-transport
Version: 0.5.8
Version: 0.5.9
Build-Type: Simple
License: BSD-3-Clause
License-File: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/rank1dynamic/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.4.3

* Ported test suite to use `tasty` rather than `test-framework`.
* Removed unused test dependencies (#467)
Expand Down
2 changes: 1 addition & 1 deletion packages/rank1dynamic/rank1dynamic.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
Name: rank1dynamic
Version: 0.4.2
Version: 0.4.3
Synopsis: Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types
Description: "Data.Typeable" and "Data.Dynamic" only support monomorphic types.
In this package we provide similar functionality but with
Expand Down

0 comments on commit dfe198e

Please sign in to comment.