v0.2.0 — RSS subscribe links

- Add release note for v0.2.0
- Bump version from 0.1.0 to 0.2.0
This commit is contained in:
Willem van den Ende 2026-07-08 16:49:30 +01:00
parent e385710498
commit 990af18ef8
2 changed files with 17 additions and 1 deletions

View File

@ -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,

View File

@ -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 `<link>` tags in `<head>` 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