diff options
| -rw-r--r-- | ChangeLog.md | 4 | ||||
| -rw-r--r-- | _changes.yml | 7 | ||||
| -rw-r--r-- | content/notes/00-changelog/changelog.md | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 775fb1a..9472494 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## v0.5.1 - 2025-11-22 + +* [x] Minor fixes in the RSS and Atom generation. + ## v0.5.0 - 2025-11-22 * [x] Changelog support: diff --git a/_changes.yml b/_changes.yml index 143c3bb..4e3bc32 100644 --- a/_changes.yml +++ b/_changes.yml @@ -4,6 +4,13 @@ changelog: Changelog version: Version help: This section can be used to register changes in the text versions. versions: + - id: 0.5.1 + date_atom: 2025-11-22T22:50:00-03:00 + date_rss: 22 Sep 2025 22:50:00 -0300 + date_markdown: 2025-11-22 + summary: | + * Minor fixes in the RSS and Atom generation. + - id: 0.5.0 date_atom: 2025-11-22T21:30:00-03:00 date_rss: 22 Sep 2025 21:30:00 -0300 diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md index 5fb2fc3..5240045 100644 --- a/content/notes/00-changelog/changelog.md +++ b/content/notes/00-changelog/changelog.md @@ -5,6 +5,10 @@ This section can be used to register changes in the text versions. +## Version 0.5.1 - 2025-11-22 {.unnumbered} + +* Minor fixes in the RSS and Atom generation. + ## Version 0.5.0 - 2025-11-22 {.unnumbered} * RSS/Atom feed support, adapted from recipe available at |
