diff --git a/_config.yml b/_config.yml index c4ab852..71ee780 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2022 The Foundation for Public Code title: Release Test -version: 0.0.4 +version: 0.0.5 remote_theme: publiccodenet/jekyll-theme include: diff --git a/changelog/changelog-0.0.5.md b/changelog/changelog-0.0.5.md new file mode 100644 index 0000000..541e4b8 --- /dev/null +++ b/changelog/changelog-0.0.5.md @@ -0,0 +1,9 @@ + + + +## Version 0.0.5 + +2020-12-08: use a symbolic link to an actual file + + * `.github/workflows/release-on-tag.yml`: fix symlink bug + * `_config.yml`: bump version 0.0.4 -> 0.0.5