aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:56:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-23 09:56:23 -0300
commit62ddd1927527d1f5776ca57f84b262590fce9847 (patch)
tree9e6637a37c218f374fa48db0f26d2403f2bb5d95
parent83f54cef08c36379d14bd70f79dbd9096645b9ce (diff)
downloadbookup-0.5.8.tar.gz
bookup-0.5.8.tar.bz2
Bookup 0.5.80.5.8
-rw-r--r--_changelog.yml8
-rwxr-xr-xbin/assemble4
-rw-r--r--content/notes/00-changelog/changelog.md5
3 files changed, 15 insertions, 2 deletions
diff --git a/_changelog.yml b/_changelog.yml
index 4a62918..d557336 100644
--- a/_changelog.yml
+++ b/_changelog.yml
@@ -9,6 +9,14 @@ versions:
# date_markdown:
# summary: |
+ - id: 0.5.8
+ date_atom: 2025-11-23T09:55:00-03:00
+ date_rss: 23 Nov 2025 09:55:00 -0300
+ date_markdown: 2025-11-23
+ summary: |
+ * Additional fix for Atom and RSS feed generation when Bookup is
+ vendorized.
+
- id: 0.5.7
date_atom: 2025-11-23T09:50:00-03:00
date_rss: 23 Nov 2025 09:50:00 -0300
diff --git a/bin/assemble b/bin/assemble
index 4773def..4c9d81c 100755
--- a/bin/assemble
+++ b/bin/assemble
@@ -34,11 +34,11 @@ if [ -e "$NOTEBOOK" ]; then
fi
# Move Atom feed
-if [ -e "$BASEDIR/atom.xml" ]; then
+if [ -e "atom.xml" ]; then
mv atom.xml $BUILD
fi
# Move RSS feed
-if [ -e "$BASEDIR/rss.xml" ]; then
+if [ -e "rss.xml" ]; then
mv rss.xml $BUILD
fi
diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md
index cedab84..3a52df7 100644
--- a/content/notes/00-changelog/changelog.md
+++ b/content/notes/00-changelog/changelog.md
@@ -5,6 +5,11 @@
This section can be used to register changes in the text versions.
+## Version 0.5.8 - 2025-11-23 {#v0.5.8 .unnumbered}
+
+* Additional fix for Atom and RSS feed generation when Bookup is
+ vendorized.
+
## Version 0.5.7 - 2025-11-23 {#v0.5.7 .unnumbered}
* Fix Atom and RSS feed generation when Bookup is vendorized.