Skip to content

Commit

Permalink
Merge pull request #4573 from input-output-hk/coot/on-0.8.0.0
Browse files Browse the repository at this point in the history
Release ouroboros-network
  • Loading branch information
coot committed May 26, 2023
2 parents 20e1ddb + 76843e7 commit 367c2c2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions cardano-ping/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for cardano-ping

## 0.2.0.1 -- 2023-05-26

* Support `ghc-9.6`.

## 0.2.0.0 -- 2023-05-08

* Support for `NodeToNodeV_12` and `NodeToClientV_16`, e.g. support for
Expand Down
2 changes: 1 addition & 1 deletion cardano-ping/cardano-ping.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-ping
version: 0.2.0.0
version: 0.2.0.1
synopsis: Utility for pinging cardano nodes
description: Utility for pinging cardano nodes.
license: Apache-2.0
Expand Down
4 changes: 4 additions & 0 deletions ouroboros-network-protocols/CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision history for ouroboros-network-protocols

## 0.5.0.3 -- 2023-05-26

* `ghc-9.6` compatibility

## 0.5.0.2 -- 2023-05-15

## Non-breaking changes
Expand Down
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network-protocols
version: 0.5.0.2
version: 0.5.0.3
synopsis: Ouroboros Network Protocols
description: Ouroboros Network Protocols.
license: Apache-2.0
Expand Down
8 changes: 4 additions & 4 deletions ouroboros-network/CHANGELOG.md
Expand Up @@ -2,10 +2,6 @@

## 0.8.0.0

### Non-breaking changes

* Updated to use `ouroboros-network-api-0.5.0.0`.

### Breaking changes

* Changed how DNS for local root peers works
Expand All @@ -14,6 +10,10 @@
- Change localRootPeersProvider type signature;
- Updated tests to reflect the above changes.

### Non-breaking changes

* Updated to use `ouroboros-network-api-0.5.0.0`.

## 0.7.0.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-network/ouroboros-network.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ouroboros-network
version: 0.7.0.1
version: 0.8.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

0 comments on commit 367c2c2

Please sign in to comment.