Skip to content

Commit

Permalink
Merge pull request #4703 from input-output-hk/coot/release
Browse files Browse the repository at this point in the history
Prepare for a new release
  • Loading branch information
coot authored Oct 26, 2023
2 parents 80c87ab + 5b33918 commit 2bb2a17
Show file tree
Hide file tree
Showing 18 changed files with 80 additions and 25 deletions.
6 changes: 6 additions & 0 deletions cardano-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Non-breaking changes

## 0.3.0.1 -- 2023-10-26

### Non-breaking changes

* Updated bounds.

## 0.3.0.0 -- 2023-08-09

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions cardano-client/cardano-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-client
version: 0.3.0.0
version: 0.3.0.1
synopsis: An API for ouroboros-network
description: An API for ouroboros-network.
license: Apache-2.0
Expand All @@ -23,7 +23,7 @@ library
containers,
ouroboros-network-api ^>= 0.5.1,
ouroboros-network ^>= 0.9,
ouroboros-network-framework >= 0.8 && < 0.10,
ouroboros-network-framework >= 0.8 && < 0.11,
network-mux ^>= 0.4,

ghc-options: -Wall
Expand Down
8 changes: 7 additions & 1 deletion network-mux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Revision history for mux

## next
## next release

### Breaking changes

### Non-breaking changes

## 0.4.1.0

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion network-mux/network-mux.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: network-mux
version: 0.4.0.0
version: 0.4.1.0
synopsis: Multiplexing library
description: Multiplexing library.
license: Apache-2.0
Expand Down
10 changes: 10 additions & 0 deletions ntp-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Revision history for ntp-client

## next release

### Breaking changes

### Non-breaking changes

## 0.0.1.2 -- 2023-10-26

* fixed cabal warnings

## 0.0.1.1 -- 2023-04-28

### Non-breaking changes
Expand Down
2 changes: 1 addition & 1 deletion ntp-client/ntp-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ntp-client
version: 0.0.1.1
version: 0.0.1.2
synopsis: NTP client
description: NTP client.
license: Apache-2.0
Expand Down
9 changes: 8 additions & 1 deletion ouroboros-network-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Revision history for ouroboros-network-api

## next version
## next release

### Breaking changes

### Non-breaking changes


## 0.5.1.1 -- 2023-10-26

### Non-breaking changes

* Depend on `type-protocols-0.1.1.0`.

## 0.5.1.0 -- 2023-08-09

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-api/ouroboros-network-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-api
version: 0.5.1.0
version: 0.5.1.1
synopsis: A networking api shared with ouroboros-consensus
description: A networking api shared with ouroboros-consensus.
license: Apache-2.0
Expand Down
8 changes: 7 additions & 1 deletion ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Revision history for ouroboros-network-framework

## next version
## next release

### Breaking changes

### Non-breaking changes

## 0.10.0.0 -- 2023-10-26

### Breaking changes

Expand Down
6 changes: 3 additions & 3 deletions ouroboros-network-framework/ouroboros-network-framework.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-framework
version: 0.9.0.0
version: 0.10.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
Expand Down Expand Up @@ -98,9 +98,9 @@ library
, monoidal-synchronisation
^>=0.1.0.3
, network >=3.1.2.2 && < 3.2
, network-mux ^>=0.4
, network-mux ^>=0.4.1
, ouroboros-network-api
^>=0.5.1
^>=0.5.1.1
, ouroboros-network-testing
, typed-protocols ^>=0.1.1
, typed-protocols-cborg
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for ouroboros-network-mock

## 0.1.0.2 -- 2023-10-26

### Non-breaking changes

* Fixed cabal warnings.

## 0.1.0.1 -- 2023-04-28

### Non-breaking changes
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-mock/ouroboros-network-mock.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-network-mock
version: 0.1.0.1
version: 0.1.0.2
synopsis: Ouroboros Network Chain for testing purposes
description: Ouroboros Network Chain for testing purposes.
license: Apache-2.0
Expand Down
8 changes: 5 additions & 3 deletions ouroboros-network-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Revision history for ouroboros-network-protocols

## next version
## next release

### Breaking changes

### Non-breaking changes

## 0.5.3.0 -- 2023-10-26

### Non-breaking changes

* Improved cdd specs by using `any` (PR #4638)
* Add a 3673s timeout to chainsync's StIdle state.
* Add a 97s timeout to keepalive's StClient state.

## 0.5.2.0 -- 2023-09-08

### Breaking changes

### Non-breaking changes

* Use `io-classes-1.2`.
Expand Down
4 changes: 2 additions & 2 deletions ouroboros-network-protocols/ouroboros-network-protocols.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-protocols
version: 0.5.2.0
version: 0.5.3.0
synopsis: Ouroboros Network Protocols
description: Ouroboros Network Protocols.
license: Apache-2.0
Expand Down Expand Up @@ -203,7 +203,7 @@ test-suite test
ouroboros-network-api,
ouroboros-network-mock,
ouroboros-network-protocols:testlib,
ouroboros-network-testing ^>= 0.3
ouroboros-network-testing ^>= 0.4

ghc-options: -threaded
-Wall
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.4.0.0 -- 2023-10-26

### Breaking changes

- Changed `prop_shrink_valid` to use `ShrinkCarefully`
- Changed `prop_shrink_nonempty` to use `ShrinkCarefully` (formerlly
`prop_shrinkCarefully` was defined in `ouroboros-network:sim-test`)
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-testing/ouroboros-network-testing.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-network-testing
version: 0.3.1.0
version: 0.4.0.0
synopsis: Common modules used for testing in ouroboros-network and ouroboros-consensus
description: Common modules used for testing in ouroboros-network and ouroboros-consensus.
license: Apache-2.0
Expand Down
8 changes: 7 additions & 1 deletion ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Revision history for ouroboros-network

## next version
## next release

### Breaking changes

### Non-breaking changes

## 0.9.2.0 -- 2023-10-26

### Breaking changes

Expand Down
12 changes: 6 additions & 6 deletions ouroboros-network/ouroboros-network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network
version: 0.9.1.0
version: 0.9.2.0
synopsis: A networking layer for the Ouroboros blockchain protocol
description: A networking layer for the Ouroboros blockchain protocol.
license: Apache-2.0
Expand Down Expand Up @@ -125,9 +125,9 @@ library
io-classes-mtl ^>=0.1,
network-mux,
si-timers,
ouroboros-network-api ^>=0.5.1,
ouroboros-network-framework ^>=0.9,
ouroboros-network-protocols ^>=0.5.2.0,
ouroboros-network-api ^>=0.5.1.1,
ouroboros-network-framework ^>=0.10,
ouroboros-network-protocols ^>=0.5.3.0,
strict-stm,
typed-protocols ^>=0.1.1,
if !os(windows)
Expand Down Expand Up @@ -223,7 +223,7 @@ test-suite sim-tests
ouroboros-network-protocols,
ouroboros-network-protocols:testlib,
ouroboros-network-framework:testlib,
ouroboros-network-testing ^>= 0.3,
ouroboros-network-testing ^>= 0.4,
si-timers,
strict-stm,
typed-protocols,
Expand Down Expand Up @@ -266,7 +266,7 @@ test-suite io-tests
ouroboros-network-protocols,
ouroboros-network-protocols:testlib,
ouroboros-network-framework:testlib,
ouroboros-network-testing ^>= 0.3,
ouroboros-network-testing ^>= 0.4,
si-timers,
strict-stm,
with-utf8,
Expand Down

0 comments on commit 2bb2a17

Please sign in to comment.