Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cardano-ping: version 0.6 #4993

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cardano-ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Revision history for cardano-ping

## 0.5.0.1 -- 2024-10-17
## 0.6.0.0 -- 2024-10-17

### Breaking changes

* Support `NodeToClientV_19`

### Non-breaking changes

Expand Down
4 changes: 2 additions & 2 deletions cardano-ping/cardano-ping.cabal
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
cabal-version: 3.0
name: cardano-ping
version: 0.5.0.0
version: 0.6.0.0
synopsis: Utility for pinging cardano nodes
description: Utility for pinging cardano nodes.
license: Apache-2.0
license-files:
LICENSE
NOTICE

copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect
copyright: 2019-2024 Input Output Global Inc (IOG), 2023-2024 Intersect
author: Karl Knutsson
maintainer: karl.knutsson-ext@cardanofoundation.org marcin.szamotulski@iohk.io
category: Network
Expand Down
Loading