Skip to content

Commit fa0e940

Browse files
committed
Release 0.16.0
### Migration - Replace `brigid.application.application:app` with `brigid.asgi:app` in your ASGI server configuration (e.g. `uvicorn` command or `Procfile`). ### Changes - gh-129 — Support for base URL prefixes such as `/blog` for hosting Brigid behind reverse proxies without stripping the prefix.
1 parent e208c40 commit fa0e940

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Generated by [Changy](https://github.com/Tiendil/changy/tree/main).
88

99
No changes.
1010

11+
## 0.16.0 on 2026-03-03
12+
13+
### Migration
14+
15+
- Replace `brigid.application.application:app` with `brigid.asgi:app` in your ASGI server configuration (e.g. `uvicorn` command or `Procfile`).
16+
17+
### Changes
18+
19+
- gh-129 — Support for base URL prefixes such as `/blog` for hosting Brigid behind reverse proxies without stripping the prefix.
20+
1121
## 0.15.2 on 2026-02-22
1222

1323
- Added `footer_extra` list to the site language configs. The list contains HTML items that are appended to the footer list.
File renamed without changes.

changes/unreleased.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
No changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "brigid"
3-
version = "0.15.2"
3+
version = "0.16.0"
44
description = "Static site generator."
55
readme = "README.md"
66
repository = "https://github.com/Tiendil/brigid"
@@ -145,4 +145,4 @@ packages = ["brigid"]
145145

146146
[project]
147147
name = "brigid"
148-
version = "0.15.2"
148+
version = "0.16.0"

0 commit comments

Comments
 (0)