File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sed -n "/## \[${VERSION}\]/, /## /{ /##/!p }" docs/changelog.md > notes.md
2121
2222# Add a link to the release notes
2323URL=" https://${OWNER} .github.io/${SLUG} /${MACRO_MESO} /changelog/#${TAG} "
24- echo " See [docs/changelog/#${TAG} ](${URL} ) for more details." >> notes.md
24+ # echo "See [docs/changelog/#${TAG}](${URL}) for more details." >> notes.md
2525
2626# Remove leading and trailing empty lines
2727sed -e :a -e ' /./,$!d;/^\n*$/{$d;N;};/\n$/ba' -i notes.md
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44and this project adheres to [ Effort-based Versioning] ( https://jacobtomlinson.dev/effver/ ) .
55(Changes to features documented as "experimental" will not increment macro and meso version numbers.)
66
7+ ## [ Unreleased]
8+
9+ (no changes yet)
10+
11+ ## [ 1.0.1] - 2025-06-29
12+
13+ This is a minor bugfix release, mainly addressing redundant borg calls.
14+
715## [ 1.0.0] - 2025-05-11
816
917This is the first versioned release of BtrUp, previously distributed as "backup-script".
@@ -25,4 +33,6 @@ It can now run as a non-root user with a limited configuration of `sudoers`.
2533- More unit tests
2634- More documentation
2735
36+ [ Unreleased ] : https://github.com/reproducible-reporting/btrup
37+ [ 1.0.1 ] : https://github.com/reproducible-reporting/btrup/releases/tag/v1.0.1
2838[ 1.0.0 ] : https://github.com/reproducible-reporting/btrup/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments