Skip to content

Commit d1ea220

Browse files
thangphan205claude
andcommitted
bump version to 0.2.7
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 8e9845f commit d1ea220

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "app"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = ""
55
authors = ["Admin <admin@example.com>"]
66

frontend/package-lock.json

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

frontend/package.json

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

release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## v0.2.7
4+
5+
### Backend / Infra
6+
- Postgres 17 → 18
7+
- Traefik v2.11 → v3.7 (rule syntax updated: `Host()`/`PathPrefix()` multi-arg lists → `||`-chained, removed in v3)
8+
- Adminer 4.8.1 → 5.4.2
9+
- nginx 1.30.1 → 1.30.3 (frontend image)
10+
- Backend: Python 3.12 → 3.13, Poetry 1.8.5 → 2.4.1 (`poetry lock --check``poetry check --lock`)
11+
312
## v0.2.6
413

514
### API Keys & MCP Server (AI Agent Integration)

0 commit comments

Comments
 (0)