Skip to content

Commit a51b9f7

Browse files
Release v0.16.2
1 parent 7f941fd commit a51b9f7

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.2] - 2026-04-14
11+
12+
### Changed
13+
14+
- **[Admin UI] Sidebar logo and favicon** — added a `logo.svg` next to the "BetweenRows" brand text in the admin sidebar header, and a `favicon.svg` for the browser tab.
15+
- **[Docs] Public documentation site sidebar restructure** — reorganized the VitePress sidebar into five top-level sections (Start, Concepts, Features, Guides, About), with Policy Types, Template Expressions, and Decision Functions nested under Policies. Deleted standalone reference pages (`reference/policy-types`, `reference/audit-log-fields`, `reference/cli`, `reference/admin-rest-api`, `about/changelog`, `about/license`) — content either folded into the guide it documents or replaced with an external link to the canonical source on GitHub (`LICENSE`, `CHANGELOG.md`).
16+
1017
## [0.16.1] - 2026-04-13
1118

1219
### Changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin-ui",
33
"private": true,
4-
"version": "0.16.1",
4+
"version": "0.16.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migration"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
edition = "2024"
55

66
[dependencies]

proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)