Skip to content

Commit

Permalink
trace dispatcher/forward: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Sep 6, 2023
1 parent 6639b2e commit 2f041a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 8.3.0
version: 8.3.1
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -194,8 +194,8 @@ library
, strict-stm
, text >= 2.0
, time
, trace-dispatcher ^>= 2.0
, trace-forward ^>= 2.0
, trace-dispatcher ^>= 2.1
, trace-forward ^>= 2.1
, trace-resources ^>= 0.2
, tracer-transformers
, transformers
Expand Down
2 changes: 1 addition & 1 deletion trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: trace-dispatcher
version: 2.0.3
version: 2.1.0
synopsis: Tracers for Cardano
description: Package for development of simple and efficient tracers
based on the arrow based contra-tracer package
Expand Down
16 changes: 8 additions & 8 deletions trace-forward/trace-forward.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: trace-forward
version: 2.0.2
version: 2.1.0
synopsis: The forwarding protocols library for cardano node.
description: The library providing typed protocols for forwarding different
information from the cardano node to an external application.
Expand Down Expand Up @@ -63,9 +63,9 @@ library
, contra-tracer
, deepseq
, extra
, io-classes
, ouroboros-network-api >= 0.3
, ouroboros-network-framework >= 0.7
, io-classes ^>= 1.1
, ouroboros-network-api ^>= 0.5.0
, ouroboros-network-framework ^>= 0.7
, serialise
, stm
, text
Expand Down Expand Up @@ -95,10 +95,10 @@ test-suite test
build-depends: aeson
, bytestring
, contra-tracer
, io-classes
, io-sim
, ouroboros-network-api
, ouroboros-network-framework
, io-classes ^>= 1.1
, io-sim ^>= 1.1
, ouroboros-network-api ^>= 0.5.0
, ouroboros-network-framework ^>= 0.7
, trace-forward
, QuickCheck
, serialise
Expand Down

0 comments on commit 2f041a1

Please sign in to comment.