Skip to content

Commit acafd9e

Browse files
chore: init changelog
1 parent 1248206 commit acafd9e

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to iroh-blobs will be documented in this file.
4+
5+
## [0.28.1](https://github.com/n0-computer/iroh-blobs/compare/v0.28.0..v0.28.1) - 2024-11-04
6+
7+
### 🐛 Bug Fixes
8+
9+
- Use correctly patched iroh-quinn and iroh-net - ([b3c5f76](https://github.com/n0-computer/iroh-blobs/commit/b3c5f7624716896c085add70215336404188442a))
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Release iroh-blobs version 0.28.1 - ([191cd2a](https://github.com/n0-computer/iroh-blobs/commit/191cd2a1c25885f8ef0d58d83df150017bc4c8bb))
14+
15+

cliff.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# changelog header
33
header = """
44
# Changelog\n
5-
All notable changes to iroh will be documented in this file.\n
5+
All notable changes to iroh-blobs will be documented in this file.\n
66
"""
77

88
body = """
@@ -39,8 +39,8 @@ body = """
3939

4040
footer = ""
4141
postprocessors = [
42-
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh" },
43-
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh/issues/${1}))"}
42+
{ pattern = '<REPO>', replace = "https://github.com/n0-computer/iroh-blobs" },
43+
{ pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/n0-computer/iroh-blobs/issues/${1}))"}
4444
]
4545

4646

@@ -61,4 +61,4 @@ commit_parsers = [
6161
{ message = "^chore|ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
6262
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
6363
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
64-
]
64+
]

release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tag-prefix = ""
1+
pre-release-hook = ["git", "cliff", "--prepend", "CHANGELOG.md", "--tag", "{{version}}" ]

0 commit comments

Comments
 (0)