Skip to content

Commit 16cd50e

Browse files
committed
Changelog fragment
1 parent 9534beb commit 16cd50e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.changes/20260701_updates.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog fragment template - copy this file and fill in the fields.
2+
# Or use 'herald new' for interactive creation.
3+
#
4+
# Files starting with _ are ignored by herald.
5+
#
6+
# Available projects and kinds are defined in .herald.yml
7+
8+
# Which project this change belongs to (see 'projects' in .herald.yml)
9+
# Uncomment exactly one:
10+
project: cardano-api
11+
# project: cardano-api-gen
12+
# project: cardano-rpc
13+
# project: cardano-wasm
14+
15+
# Pull request number associated with this change
16+
pr: 1241
17+
18+
# One or more change kinds (see 'kinds' in .herald.yml)
19+
kind:
20+
# - breaking # the API has changed in a breaking way
21+
# - feature # introduces a new feature
22+
# - compatible # the API has changed but is non-breaking
23+
# - bugfix # fixes a defect
24+
# - optimisation # measurable performance improvements
25+
# - documentation # change in code docs, haddocks
26+
# - refactoring # code quality improvements
27+
# - test # fixes or modifies tests
28+
- maintenance # not directly related to the code
29+
# - release # related to a new release preparation
30+
description: |
31+
Describe your change here.

0 commit comments

Comments
 (0)