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