Skip to content

Commit cd1557a

Browse files
committed
Bump version numbers
1 parent fe91b11 commit cd1557a

File tree

10 files changed

+25
-5
lines changed

10 files changed

+25
-5
lines changed

packages/distributed-process-async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.10
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.9
26

37
* Removed dependency on `rematch` (#459)

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

Lines changed: 1 addition & 1 deletion
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.9
3+
version: 0.2.10
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.7.1
4+
5+
* Bump dependency bound for ansi-terminal
6+
37
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.7.0
48

59
* Removed dependency on `rematch` (#459)

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

Lines changed: 1 addition & 1 deletion
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.0
3+
version: 0.2.7.1
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-execution/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.1.4.1
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.1.4.0
26

37
* Removed dependency on `rematch` (#459)

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

Lines changed: 1 addition & 1 deletion
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.0
3+
version: 0.1.4.1
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-extras/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.3.8
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7
26

37
* Removed dependency on `rematch` (#459)

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

Lines changed: 1 addition & 1 deletion
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.7
3+
version: 0.3.8
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE

packages/distributed-process-systest/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.4.1
2+
3+
* Bumped dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.4.0
26

37
* Removed dependency on `rematch` (#459). This means that certain functions

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

Lines changed: 1 addition & 1 deletion
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.0
3+
version: 0.4.1
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

0 commit comments

Comments
 (0)