Skip to content
Open
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
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index-state:
, hackage.haskell.org 2026-07-30T07:30:12Z

-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2026-07-30T16:22:40Z
, cardano-haskell-packages 2026-08-11T14:53:43Z

packages:
./dmq-node
Expand Down
21 changes: 21 additions & 0 deletions dmq-node/changelog.d/20260812_kolam_bump_consensus_4_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
A new scriv changelog fragment.

Uncomment the section that is right (remove the HTML comment wrapper).
For top level release notes, leave all the headers commented out.
-->

### Non-Breaking

- Bump `ouroboros-consensus` to `v4.1`.

<!--
### Breaking

- A bullet item for the Breaking category.

### Patch

- A bullet item for the Patch category.

-->
2 changes: 1 addition & 1 deletion dmq-node/dmq-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ library
network-mux ^>=0.11,
nothunks,
optparse-applicative >=0.18 && <0.20,
ouroboros-consensus:{ouroboros-consensus, cardano, diffusion} ^>=4.0,
ouroboros-consensus:{ouroboros-consensus, cardano, diffusion} ^>=4.1,
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols, tracing} ^>=1.2,
psqueues,
quiet,
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading