From c20d44dbca73bafcbc63c73e0cb579d1f3abd284 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:14:07 +0000 Subject: [PATCH] chore(main): release watari 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2933b..7b17e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/coko7/watari/compare/watari-v0.2.0...watari-v0.3.0) (2026-07-06) + + +### Features + +* implement KyoSabi per kyosabi.md spec ([b7adf2d](https://github.com/coko7/watari/commit/b7adf2d2b2aa7e859b9817fbb039f49a87418e2c)) +* **oidc:** support Zitadel and other multi-audience OIDC providers ([2328727](https://github.com/coko7/watari/commit/2328727d3c8ef046916a1094d7741e6d2e6cf556)) + + +### Bug Fixes + +* **db:** handle relative paths in sqlite connection ([5806790](https://github.com/coko7/watari/commit/58067903e9dfbf8a49f0dd21428debefbec1db39)) + ## v0.2.0 Project renamed from **KyoSabi** to **Watari**. No functional changes to the app itself — this release is naming, docs, and CI groundwork. diff --git a/Cargo.lock b/Cargo.lock index 4201f54..0c75acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3711,7 +3711,7 @@ dependencies = [ [[package]] name = "watari" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 8102bba..8845dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watari" -version = "0.2.0" +version = "0.3.0" edition = "2024" [dependencies]