Skip to content

Commit dfe198e

Browse files
committed
Multiple package bumps in preparation for release
1 parent e633932 commit dfe198e

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

packages/distributed-process-async/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.11
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
44
* Removed unused dependencies (#467)

packages/distributed-process-async/distributed-process-async.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-async
3-
version: 0.2.10
3+
version: 0.2.11
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-client-server/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

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

55
* Ported test suite to use `tasty` rather than `test-framework`.
66
* Removed unused dependencies and addressed some warnings (#467).

packages/distributed-process-client-server/distributed-process-client-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-client-server
3-
version: 0.2.7.1
3+
version: 0.2.8.0
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-execution/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.1.5.0
22

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

packages/distributed-process-execution/distributed-process-execution.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-execution
3-
version: 0.1.4.1
3+
version: 0.1.5.0
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-extras/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.9
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
44
* Addressed some compilation warnings (#467).

packages/distributed-process-extras/distributed-process-extras.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-extras
3-
version: 0.3.8
3+
version: 0.3.9
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-simplelocalnet/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.3
22

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

packages/distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
Name: distributed-process-simplelocalnet
3-
Version: 0.3.2
3+
Version: 0.3.3
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-File: LICENSE

packages/distributed-process-supervisor/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.2.4
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
44
* Addressed some compilation warnings (#467).

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-supervisor
3-
version: 0.2.2
3+
version: 0.2.4
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENSE

packages/distributed-process-systest/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.4.2
22

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

packages/distributed-process-systest/distributed-process-systest.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-systest
3-
version: 0.4.1
3+
version: 0.4.2
44
synopsis: Cloud Haskell Test Support
55
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell
66
homepage: http://github.com/haskell-distributed/distributed-process-systest

packages/distributed-process-tests/distributed-process-tests.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-tests
3-
version: 0.5.1
3+
version: 0.5.2
44
synopsis: Tests and test support tools for distributed-process.
55
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests
66
description: Tests and test suite for Cloud Haskell libraries, specifically the core distributed-process library.

packages/distributed-process/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.7.8
22

33
* Added documentation on the unit of measurement for timeout durations (#340)
44
* Added upper bound on `template-haskell` to prevent future breakage.

packages/network-transport-inmemory/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.5.42
22

33
* Addressed some compilation warnings (#467)
44

packages/network-transport-inmemory/network-transport-inmemory.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
Name: network-transport-inmemory
3-
Version: 0.5.41
3+
Version: 0.5.42
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-file: LICENSE

packages/network-transport-tcp/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.8.6
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
44
* Addressed some compilation warnings (#467)

packages/network-transport-tcp/network-transport-tcp.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
Name: network-transport-tcp
3-
Version: 0.8.5
3+
Version: 0.8.6
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-file: LICENSE

packages/network-transport-tests/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.3.4
22

33
* Addressed some compilation warnings (#467)
44

packages/network-transport-tests/network-transport-tests.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: network-transport-tests
3-
version: 0.3.3
3+
version: 0.3.4
44
synopsis: Unit tests for Network.Transport implementations
55
description: Unit tests for Network-Transport implementations.
66
homepage: http://haskell-distributed.github.com

packages/network-transport/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.5.9
22

33
* Prevent asynchronous exceptions from `Network.Transport.Util.spawn` (#42).
44
* Addressed some compilation warnings (#467)

packages/network-transport/network-transport.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
Name: network-transport
3-
Version: 0.5.8
3+
Version: 0.5.9
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-File: LICENSE

packages/rank1dynamic/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
2025-02-04 Laurent P. René de Cotret <[email protected]> 0.4.3
22

33
* Ported test suite to use `tasty` rather than `test-framework`.
44
* Removed unused test dependencies (#467)

packages/rank1dynamic/rank1dynamic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
Name: rank1dynamic
3-
Version: 0.4.2
3+
Version: 0.4.3
44
Synopsis: Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types
55
Description: "Data.Typeable" and "Data.Dynamic" only support monomorphic types.
66
In this package we provide similar functionality but with

0 commit comments

Comments
 (0)