chore(release): v0.2.5

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Khalid Abdi
2026-07-01 21:54:47 +03:00
parent 5bbfe551fc
commit 46c32b432c
4 changed files with 17 additions and 3 deletions
+14
View File
@@ -7,6 +7,20 @@ for how releases are cut and published.
## [Unreleased] ## [Unreleased]
## [0.2.5] — 2026-07-01
### Fixed
- **Multi-arch Docker images** — the `release` workflow now builds and publishes
`khalidxv/temetro-backend` and `khalidxv/temetro-frontend` for both
`linux/amd64` and `linux/arm64`. Previously the images were amd64-only, so
`docker compose pull` on Apple Silicon failed with *no matching manifest for
linux/arm64/v8* and fell back to building from source.
### Changed
- **Language switcher** in Settings → Profile is now a **select** that asks for
confirmation before switching the interface language, instead of applying the
change instantly on a button tap.
## [0.2.4] — 2026-06-29 ## [0.2.4] — 2026-06-29
### Added ### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "temetro-backend", "name": "temetro-backend",
"version": "0.2.4", "version": "0.2.5",
"private": true, "private": true,
"type": "module", "type": "module",
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.", "description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "0.2.4", "version": "0.2.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "temetro", "name": "temetro",
"version": "0.2.4", "version": "0.2.5",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"shadcn": "^4.11.0" "shadcn": "^4.11.0"