Skip to content

Commit

Permalink
Bump versions for ouroboros-network-0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 18, 2024
1 parent d47a52a commit 126a167
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 27 deletions.
10 changes: 7 additions & 3 deletions cardano-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Revision history for cardano-client

## next version
## next release

### Breaking changes

### Non-breaking changes

## 0.4.0.0 -- 2024-10-17

### Breaking changes

Expand All @@ -10,8 +16,6 @@
responder side.
* The default reconnect delay was increased from `0.025s` to `5s`.

### Non-breaking changes

## 0.3.1.6 -- 2024-10-11

### Breaking changes
Expand Down
10 changes: 5 additions & 5 deletions cardano-client/cardano-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-client
version: 0.3.1.6
version: 0.4
synopsis: An API for ouroboros-network
description: An API for ouroboros-network.
license: Apache-2.0
Expand All @@ -26,10 +26,10 @@ library
cborg,
containers,
contra-tracer,
network-mux ^>=0.4.5,
ouroboros-network >=0.9 && <0.18,
ouroboros-network-api >=0.5.2 && <0.11,
ouroboros-network-framework >=0.8 && <0.14,
network-mux ^>=0.5,
ouroboros-network ^>=0.18,
ouroboros-network-api ^>=0.11,
ouroboros-network-framework ^>=0.14,
si-timers,

ghc-options:
Expand Down
6 changes: 4 additions & 2 deletions cardano-ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Revision history for cardano-ping

## next version
## 0.5.0.1 -- 2024-10-17

### Breaking changes
### Non-breaking changes

* Use `network-mux-0.5`.

### Non-breaking changes

Expand Down
2 changes: 1 addition & 1 deletion cardano-ping/cardano-ping.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
contra-tracer >=0.1 && <0.3,
iproute,
network >=3.1.2.2 && <3.2,
network-mux ^>=0.4.5,
network-mux ^>=0.5,
si-timers ^>=1.5,
strict-stm,
tdigest ^>=0.3,
Expand Down
6 changes: 6 additions & 0 deletions network-mux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.5.0.0 -- 2024-10-17

### Breaking changes

* Removed `Netowrk.Mux.Compat` module with legacy API.
* `Ouroboros.Network.Mux.toApplication` was removed.
* `Ouroboros.Network.Mux.mkMiniProtocolBundle` was renamed to
Expand Down
2 changes: 1 addition & 1 deletion network-mux/network-mux.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: network-mux
version: 0.4.5.3
version: 0.5
synopsis: Multiplexing library
description: Multiplexing library.
license: Apache-2.0
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.11.0.0 -- 2024-10-17

### Breaking changes

* Renamed:
* `accBigPoolStake` -> `accumulateBigLedgerStake`
and `reRelativeStake` -> `recomputeRelativeStake`
Expand Down
4 changes: 2 additions & 2 deletions 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.10.0.0
version: 0.11.0.0
synopsis: A networking api shared with ouroboros-consensus
description: A networking api shared with ouroboros-consensus.
license: Apache-2.0
Expand Down Expand Up @@ -70,7 +70,7 @@ library
iproute,
measures,
network >=3.1.2 && <3.2,
network-mux ^>=0.4.5,
network-mux ^>=0.5,
nothunks,
quiet,
serialise >=0.2 && <0.3,
Expand Down
9 changes: 7 additions & 2 deletions 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 release
# next release

### Breaking changes

### Non-breaking changes

## 0.14.0.0 -- 2024-10-17

### Breaking changes

Expand Down Expand Up @@ -28,7 +34,6 @@
* `ConnectionManagerTrace` moved from `Ouroboros.Network.ConnectionManager.Types`
to the `Core` module & renamed as `Trace`.


### Non-breaking changes

* Added tracing on CM connVars for testing purposes.
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.13.2.5
version: 0.14.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
Expand Down Expand Up @@ -86,10 +86,10 @@ library
monoidal-synchronisation ^>=0.1.0.5,
mtl,
network ^>=3.1.4,
network-mux ^>=0.4.5,
network-mux ^>=0.5,
nothunks,
nothunks ^>=0.1.4 || ^>=0.2,
ouroboros-network-api ^>=0.10.0,
ouroboros-network-api ^>=0.11,
ouroboros-network-testing,
psqueues,
quiet,
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for ouroboros-network-protocols

## next release
## 0.12.0.0 -- 2024-10-17

### Breaking changes

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.11.0.0
version: 0.12.0.0
synopsis: Ouroboros Network Protocols
description: Ouroboros Network Protocols.
license: Apache-2.0
Expand Down Expand Up @@ -103,7 +103,7 @@ library
deepseq,
io-classes ^>=1.5.0,
nothunks,
ouroboros-network-api ^>=0.10,
ouroboros-network-api ^>=0.11,
quiet,
serialise,
si-timers,
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Breaking changes

- Improvements and bug fixes to Signal API
* Improvements and bug fixes to Signal API

### Non-Breaking changes

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

### Breaking changes

### Non-Breaking changes

## 0.18.0.0 -- 2024-10-17

### Breaking changes

* Introduced `daReadLedgerPeerSnapshot` to `P2P.ArgumentsExtra` which holds
a `Maybe LedgerPeerSnapshot` from a node's configuration. If present, it
may be used to pick big ledger peers by the peer selection governor when
Expand Down
8 changes: 4 additions & 4 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.17.1.2
version: 0.18.0.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 @@ -161,9 +161,9 @@ library
network ^>=3.1.4,
network-mux,
nothunks,
ouroboros-network-api ^>=0.10.0,
ouroboros-network-framework ^>=0.13.2.5,
ouroboros-network-protocols ^>=0.11,
ouroboros-network-api ^>=0.11,
ouroboros-network-framework ^>=0.14,
ouroboros-network-protocols ^>=0.12,
psqueues >=0.2.3 && <0.3,
random,
si-timers,
Expand Down

0 comments on commit 126a167

Please sign in to comment.