Skip to content

Commit

Permalink
Bump versions and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Oct 18, 2024
1 parent fd62db6 commit d3b0868
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: plutus-scripts-bench
version: 1.0.4.0
version: 1.0.4.1
synopsis: Plutus scripts used for benchmarking
description: Plutus scripts used for benchmarking.
category: Cardano,
Expand Down
4 changes: 4 additions & 0 deletions bench/tx-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 2.14.2 -- Oct 2024

* Bump for Node 10

## 2.14.1 -- June 2024
* A new NixSvcOptions field is introduced: `_nix_keepalive`
and it's propagated down to the `kaClient` that does keepalives.
Expand Down
2 changes: 1 addition & 1 deletion bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: tx-generator
version: 2.14.1
version: 2.14.2
synopsis: A transaction workload generator for Cardano clusters
description: A transaction workload generator for Cardano clusters.
category: Cardano,
Expand Down
4 changes: 2 additions & 2 deletions cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 9.0.0
version: 10.0.0
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -44,7 +44,7 @@ executable cardano-node-chairman
build-depends: cardano-api
, cardano-crypto-class
, cardano-git-rev ^>= 0.2.2
, cardano-node ^>= 9.2
, cardano-node ^>= 10.0
, cardano-prelude
, containers
, contra-tracer
Expand Down
4 changes: 2 additions & 2 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: 9.2.0
version: 10.0
synopsis: The cardano full node
description: The cardano full node.
category: Cardano,
Expand Down Expand Up @@ -207,7 +207,7 @@ library
, strict-stm
, time
, trace-dispatcher ^>= 2.7.0
, trace-forward ^>= 2.2.7
, trace-forward ^>= 2.2.8
, trace-resources ^>= 0.2.2
, tracer-transformers
, transformers
Expand Down
4 changes: 4 additions & 0 deletions cardano-submit-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## vNext

## 10.0 -- Oct 2024

* Bump for Node 10.0

## 3.2.0 -- Nov 2023

** Using `cardano-api-8.33` and `cardano-cli-8.15`
Expand Down
2 changes: 1 addition & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-submit-api
version: 9.0.0
version: 10.0
synopsis: A web server that allows transactions to be POSTed to the cardano chain
description: A web server that allows transactions to be POSTed to the cardano chain.
homepage: https://github.com/intersectmbo/cardano-node
Expand Down
6 changes: 6 additions & 0 deletions cardano-testnet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Next version

## 10.0.0

* Bump for node 10

##

* Update `cardano-ping` dependency
* Add `--num-dreps` parameter

Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 9.0.0
version: 10.0.0
synopsis: The cardano full node
description: The cardano full node.
copyright: 2021-2023 Input Output Global Inc (IOG), 2023-2024 Intersect.
Expand Down
4 changes: 4 additions & 0 deletions trace-forward/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 2.2.8 - Oct 2024

* Bump for version bound

## 2.2.7 - Sep 2024

* Remove potentially leaky continuation passing from `TraceObjectForwarder` and `DataPointForwarder`.
Expand Down
2 changes: 1 addition & 1 deletion 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.2.7
version: 2.2.8
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

0 comments on commit d3b0868

Please sign in to comment.