Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"frontend": "0.1.2",
".": "0.1.2"
".": "0.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
Loading