Skip to content

Commit

Permalink
Merge pull request #32 from input-output-hk/bolt12/ouroboros-network-…
Browse files Browse the repository at this point in the history
…bump-deps

Release 0.5
  • Loading branch information
bolt12 authored Mar 18, 2024
2 parents 9257480 + 6cb6eac commit 18c833c
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 57 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.0

* Bump dependency version bounds

## 0.4.0

* Updated to `ouroboros-network-framework-0.8`.
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repository cardano-haskell-packages
-- Bump this if you need newer packages from Hackage

index-state:
, hackage.haskell.org 2023-08-02T14:18:01Z
, cardano-haskell-packages 2023-08-24T12:17:17Z
, hackage.haskell.org 2024-03-18T08:58:07Z
, cardano-haskell-packages 2024-03-15T18:07:40Z

packages: ./.

Expand Down
6 changes: 3 additions & 3 deletions ekg-forward.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: ekg-forward
version: 0.4
version: 0.5
synopsis: See README for more info
description: See README for more info
homepage: https://github.com/input-output-hk/ekg-forward
Expand Down Expand Up @@ -62,10 +62,10 @@ library
, cborg
, contra-tracer
, ekg-core
, io-classes >= 0.3
, io-classes >= 1.4.1
, network
, ouroboros-network-api
, ouroboros-network-framework >= 0.8 && < 0.10
, ouroboros-network-framework >= 0.8 && < 0.13
, serialise
, stm
, text
Expand Down
Loading

0 comments on commit 18c833c

Please sign in to comment.