From 990af18ef8b4e6beedf2e59128205093574e28be Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Wed, 8 Jul 2026 16:49:30 +0100 Subject: [PATCH] =?UTF-8?q?v0.2.0=20=E2=80=94=20RSS=20subscribe=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add release note for v0.2.0 - Bump version from 0.1.0 to 0.2.0 --- app/mix.exs | 2 +- app/priv/blog/release-notes/2026/07-08-v0-2-0.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 app/priv/blog/release-notes/2026/07-08-v0-2-0.md diff --git a/app/mix.exs b/app/mix.exs index a04e3e8..89cfadf 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -4,7 +4,7 @@ defmodule Firehose.MixProject do def project do [ app: :firehose, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, diff --git a/app/priv/blog/release-notes/2026/07-08-v0-2-0.md b/app/priv/blog/release-notes/2026/07-08-v0-2-0.md new file mode 100644 index 0000000..8d87958 --- /dev/null +++ b/app/priv/blog/release-notes/2026/07-08-v0-2-0.md @@ -0,0 +1,16 @@ +%{ + title: "v0.2.0 — RSS Subscribe Links", + author: "Willem van den Ende", + tags: ~w(release), + description: "RSS feed subscribe links with classic waveguide icons across blog pages, post pages, and site footer." +} +--- + +RSS feeds have always been available at `/api/blog/engineering/feed.xml` and `/api/blog/releases/feed.xml`, but they were never advertised. This release adds subscribe links throughout the site. + +## What's new + +- RSS `` tags in `` on all blog pages for browser/feed reader auto-discovery +- Orange RSS icon next to blog title on index pages +- RSS icon on each post page +- Subscribe section in the footer with links to both feeds \ No newline at end of file