From e9fa2ca2bb83ac5bd8f9884716071b94c0cd735d Mon Sep 17 00:00:00 2001 From: "bcit-tlu-release-please[bot]" <287911813+bcit-tlu-release-please[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:37:31 +0000 Subject: [PATCH] chore(main): release backend 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ charts/backend/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a89310..92efd33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "frontend": "0.1.2", - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b584214..1c127f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/bcit-tlu/dialog/compare/backend-v0.1.2...backend-v0.1.3) (2026-07-29) + + +### Bug Fixes + +* opt in to nginx local resolvers entrypoint in frontend chart ([84f3305](https://github.com/bcit-tlu/dialog/commit/84f330559d0be411cb3697e20dabb7700321aa91)) + ## [0.1.2](https://github.com/bcit-tlu/dialog/compare/backend-v0.1.1...backend-v0.1.2) (2026-07-29) diff --git a/charts/backend/Chart.yaml b/charts/backend/Chart.yaml index 8af03b9..b0bc985 100644 --- a/charts/backend/Chart.yaml +++ b/charts/backend/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: dialog-backend description: Dialog Backend — FastAPI API, background worker, and LLM gateway for the Emergency Nursing Course Processor type: application -version: 0.1.2 # x-release-please-version -appVersion: "0.1.2" # x-release-please-version +version: 0.1.3 # x-release-please-version +appVersion: "0.1.3" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index f7a836b..5533ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dialog" -version = "0.1.2" +version = "0.1.3" description = "Dialog — Emergency Nursing Course Processor (LangGraph pipeline)" requires-python = ">=3.12" dependencies = [