Skip to content

Commit

Permalink
Merge pull request #4627 from input-output-hk/bolt12/release-0.8.2.0
Browse files Browse the repository at this point in the history
Release ouroboros-network
  • Loading branch information
bolt12 authored Jul 18, 2023
2 parents 5553ebe + 51f9651 commit f84fcdd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
8 changes: 7 additions & 1 deletion ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Breaking changes

### Non-breaking changes

## 0.7.0.0 -- 2023-07-17

### Breaking changes

* light peer sharing:
* Added `cmGetPeerSharing` field to `ConnectionManagerArguments`.
* Added `getProtocolPeerSharing` field to `DataFlowProtocolData` record.
Expand Down Expand Up @@ -36,7 +42,7 @@

### Breaking changes

* Use `io-classes-1.1`.
* Use `io-classes-1.1`.

### Non-breaking changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-framework
version: 0.6.0.1
version: 0.7.0.0
synopsis: Ouroboros network framework
description: Ouroboros network framework.
license: Apache-2.0
Expand Down
6 changes: 6 additions & 0 deletions ouroboros-network-protocols/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.1.0 -- 2023-07-17

### Breaking changes

* Provide `Any` type in `Test.Data.CDDL` module.
* Definition of `TxId` has changed, it's now a newtype wrapper for
`Any` type, which indicates that `ouroboros-network` does not specify what
Expand Down
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.0.3
version: 0.5.1.0
synopsis: Ouroboros Network Protocols
description: Ouroboros Network Protocols.
license: Apache-2.0
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.8.2.0

### Breaking changes

* light peer sharing
* Added `TraceKnownInboundConnection` constructor to `TracePeerSelection`
* Added `readNewInboundConnection` field to `PeerSelectionActions` record.
Expand Down
6 changes: 3 additions & 3 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.8.1.1
version: 0.8.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 @@ -122,8 +122,8 @@ library
network-mux,
si-timers,
ouroboros-network-api ^>=0.5,
ouroboros-network-framework ^>=0.6,
ouroboros-network-protocols ^>=0.5.0.2,
ouroboros-network-framework ^>=0.7,
ouroboros-network-protocols ^>=0.5.1.0,
strict-stm,
typed-protocols >=0.1.0.4 && <1.0,
if !os(windows)
Expand Down

0 comments on commit f84fcdd

Please sign in to comment.