File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed
Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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' ) }}
Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ library
9494 iproute ^>= 1.7.15 ,
9595 kes-agent-crypto ^>= 0.1 ,
9696 network ^>= 3.2.7 ,
97- network-mux ^>= 0.9 ,
97+ network-mux ^>= 0.9.1 ,
9898 optparse-applicative ^>= 0.18 ,
99- ouroboros-network :{ouroboros-network, orphan-instances} ^>= 0.22 ,
100- ouroboros-network-api ^>= 0.16 ,
101- ouroboros-network-framework ^>= 0.19 ,
102- ouroboros-network-protocols ^>= 0.15 ,
99+ ouroboros-network :{ouroboros-network, orphan-instances} ^>= 0.23 ,
100+ ouroboros-network-api ^>= 0.17 ,
101+ ouroboros-network-framework ^>= 0.20 ,
102+ ouroboros-network-protocols ^>= 0.16 ,
103103 random ^>= 1.2 ,
104104 singletons,
105105 text >= 1.2.4 && < 2.2 ,
You can’t perform that action at this time.
0 commit comments