aboutsummaryrefslogtreecommitdiff
path: root/_changelog.yml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-22 23:18:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-22 23:18:04 -0300
commit7129667042a715d2c620c0ec8157c6a59529cbca (patch)
tree51f2410200d4907826d29f8d53f92c30e3516a9b /_changelog.yml
parent1c770a9b4c021bf4703b13294aacf6496c29cb75 (diff)
downloadbookup-0.5.3.tar.gz
bookup-0.5.3.tar.bz2
Bookup 0.5.30.5.3
Diffstat (limited to '_changelog.yml')
-rw-r--r--_changelog.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/_changelog.yml b/_changelog.yml
new file mode 100644
index 0000000..e456831
--- /dev/null
+++ b/_changelog.yml
@@ -0,0 +1,35 @@
+---
+# Each entry should have the date all supported formats (Atom, RSS and Markdown)
+changelog: Changelog
+version: Version
+help: This section can be used to register changes in the text versions.
+versions:
+ - id: 0.5.3
+ date_atom: 2025-11-22T23:12:00-03:00
+ date_rss: 22 Sep 2025 23:12:00 -0300
+ date_markdown: 2025-11-22
+ summary: |
+ * Rename _changes.yml as _changelog.yml.
+
+ - id: 0.5.2
+ date_atom: 2025-11-22T23:00:00-03:00
+ date_rss: 22 Sep 2025 23:00:00 -0300
+ date_markdown: 2025-11-22
+ summary: |
+ * Link the change log in the HTML frontmatter.
+ * Add a small reference to the Bookup website in the HTML frontmatter.
+
+ - 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
+ date_markdown: 2025-11-22
+ summary: |
+ * RSS/Atom feed support, adapted from recipe available at
+ https://recursewithless.net/projects/pandoc-feeds.html.