aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:50:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:50:55 -0300
commit83f54cef08c36379d14bd70f79dbd9096645b9ce (patch)
treeb21eb5aa6a107645d244bc8eb855ef4a5fbffc01
parentf872ec3c387bcf9f782b2dccd8359f5c3c68bd94 (diff)
downloadbookup-0.5.7.tar.gz
bookup-0.5.7.tar.bz2
Bookup 0.5.70.5.7
-rw-r--r--_changelog.yml7
-rwxr-xr-xbin/assemble4
-rw-r--r--content/notes/00-changelog/changelog.md4
3 files changed, 13 insertions, 2 deletions
diff --git a/_changelog.yml b/_changelog.yml
index 4e68bfa..4a62918 100644
--- a/_changelog.yml
+++ b/_changelog.yml
@@ -9,6 +9,13 @@ versions:
# date_markdown:
# summary: |
+ - id: 0.5.7
+ date_atom: 2025-11-23T09:50:00-03:00
+ date_rss: 23 Nov 2025 09:50:00 -0300
+ date_markdown: 2025-11-23
+ summary: |
+ * Fix Atom and RSS feed generation when Bookup is vendorized.
+
- id: 0.5.6
date_atom: 2025-11-23T09:45:00-03:00
date_rss: 23 Nov 2025 09:45:00 -0300
diff --git a/bin/assemble b/bin/assemble
index 6ca1e66..4773def 100755
--- a/bin/assemble
+++ b/bin/assemble
@@ -35,10 +35,10 @@ fi
# Move Atom feed
if [ -e "$BASEDIR/atom.xml" ]; then
- mv $BASEDIR/atom.xml $BUILD
+ mv atom.xml $BUILD
fi
# Move RSS feed
if [ -e "$BASEDIR/rss.xml" ]; then
- mv $BASEDIR/rss.xml $BUILD
+ mv rss.xml $BUILD
fi
diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md
index c0b8ff9..cedab84 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.7 - 2025-11-23 {#v0.5.7 .unnumbered}
+
+* Fix Atom and RSS feed generation when Bookup is vendorized.
+
## Version 0.5.6 - 2025-11-23 {#v0.5.6 .unnumbered}
* Fix changelog generation when Bookup is vendorized.