Skip to content

Commit 5334264

Browse files
authored
Merge pull request #5197 from IntersectMBO/coot/dmq-release
Release dmq-node, setup scriv
2 parents 765efc7 + 49deef0 commit 5334264

File tree

44 files changed

+1784
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1784
-64
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ need to delete branch created in `cardano-haskell-packages`.
296296

297297
* First run `./script/release-to-chap.sh -r` to see which changes can be
298298
published.
299-
* Update versions in `*.cabal` files according to changes in `CHANGELOG.md`
300-
files.
301-
* Update `CHANGELOG.md` files.
299+
* Update versions in `*.cabal` files according to changelog fragments in `changelog.d` directory
300+
(using `scriv print` might be helpful to see the changes).
301+
* Collect `CHANGELOG.md` using `scriv collect` (available in `nix develop`)
302302
* Run `./script/release-to-chap.sh` which will create a branch in
303303
`cardano-haskell-packages` repo (pointed by `CARDANO_HASKELL_PACKAGES_DIR`
304304
environment variable or `/tmp/chap` if it's not defined).

acts-generic/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Revision history for acts-generic
1+
# acts-generic changelog
2+
3+
<!-- scriv-end-here -->
24

35
## 0.1.0.0 -- YYYY-mm-dd
46

acts-generic/changelog.d/scriv.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[scriv]
2+
format = md
3+
insert_marker = Changelog entries
4+
md_header_level = 2
5+
version = literal: acts-generic.cabal: version
6+
categories = Breaking, Non-Breaking
7+
end_marker = scriv-end-here
8+
fragment_directory = changelog.d
9+
ghrel_template = {{body}}
10+
main_branches = main
11+
new_fragment_template = file: new_fragment.${config:format}.j2
12+
output_file = CHANGELOG.${config:format}
13+
skip_fragments = README.*
14+
entry_title_template = {%% if version %%}{{ version }} -- {%% endif %%}{{ date.strftime('%%Y-%%m-%%d') }}

cardano-client/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Revision history for cardano-client
1+
# cardano-client changelog
22

3-
## next release
3+
<!-- scriv-end-here -->
44

5-
### Breaking changes
5+
## 0.6.1.0 -- 2025-09-10
66

7-
### Non-breaking changes
7+
* Support `ouroboros-network-0.22`
88

99
## 0.6.0.0 -- 2025-06-28
1010

cardano-client/cardano-client.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-client
3-
version: 0.6.0.0
3+
version: 0.6.1.0
44
synopsis: An API for ouroboros-network
55
description: An API for ouroboros-network.
66
license: Apache-2.0
@@ -28,9 +28,9 @@ library
2828
contra-tracer >=0.1 && <0.3,
2929
io-classes:si-timers ^>=1.8.0.1,
3030
network-mux ^>=0.9,
31-
ouroboros-network:cardano-diffusion ^>=0.22,
32-
ouroboros-network-api ^>=0.16,
33-
ouroboros-network-framework ^>=0.19,
31+
ouroboros-network:cardano-diffusion ^>=0.23,
32+
ouroboros-network-api ^>=0.17,
33+
ouroboros-network-framework ^>=0.20,
3434

3535
ghc-options:
3636
-Wall
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[scriv]
2+
format = md
3+
insert_marker = Changelog entries
4+
md_header_level = 2
5+
version = literal: cardano-client.cabal: version
6+
categories = Breaking, Non-Breaking
7+
end_marker = scriv-end-here
8+
fragment_directory = changelog.d
9+
ghrel_template = {{body}}
10+
main_branches = main
11+
new_fragment_template = file: new_fragment.${config:format}.j2
12+
output_file = CHANGELOG.${config:format}
13+
skip_fragments = README.*
14+
entry_title_template = {%% if version %%}{{ version }} -- {%% endif %%}{{ date.strftime('%%Y-%%m-%%d') }}

cardano-ping/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Revision history for cardano-ping
1+
# cardano-ping changelog
22

3-
## next version
4-
5-
### Breaking changes
6-
7-
### Non-breaking changes
3+
<!-- scriv-end-here -->
84

95
## 0.9.0.0 -- 2026-06-28
106

cardano-ping/changelog.d/scriv.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[scriv]
2+
format = md
3+
insert_marker = Changelog entries
4+
md_header_level = 2
5+
version = literal: cardano-ping.cabal: version
6+
categories = Breaking, Non-Breaking
7+
end_marker = scriv-end-here
8+
fragment_directory = changelog.d
9+
ghrel_template = {{body}}
10+
main_branches = main
11+
new_fragment_template = file: new_fragment.${config:format}.j2
12+
output_file = CHANGELOG.${config:format}
13+
skip_fragments = README.*
14+
entry_title_template = {%% if version %%}{{ version }} -- {%% endif %%}{{ date.strftime('%%Y-%%m-%%d') }}

dmq-node/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Revision history for decentralized-message-queue
1+
# dmq-node changelog
2+
3+
<!-- scriv-end-here -->
24

35
## 0.1.0.0 -- YYYY-mm-dd
46

dmq-node/changelog.d/scriv.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[scriv]
2+
format = md
3+
insert_marker = Changelog entries
4+
md_header_level = 2
5+
version = literal: dmq-node.cabal: version
6+
categories = Breaking, Non-Breaking
7+
end_marker = scriv-end-here
8+
fragment_directory = changelog.d
9+
ghrel_template = {{body}}
10+
main_branches = main
11+
new_fragment_template = file: new_fragment.${config:format}.j2
12+
output_file = CHANGELOG.${config:format}
13+
skip_fragments = README.*
14+
entry_title_template = {%% if version %%}{{ version }} -- {%% endif %%}{{ date.strftime('%%Y-%%m-%%d') }}

0 commit comments

Comments
 (0)