Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) —

---

## [0.2.9] — 2026-07-25

### Dependencies
- fastapi: 0.139.2 → 0.140.0

### Quality
- Aligns `main` with the FastAPI version already validated on `develop`, while keeping the
intentional beta/stable changelog split unchanged.

---

## [0.2.8] — 2026-07-25

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalens",
"version": "0.2.8",
"version": "0.2.9",
"description": "Universal File Metadata Manager",
"author": "Graziano Mariella",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalens-frontend",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion python/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dataclasses import dataclass


VERSION = "0.2.8"
VERSION = "0.2.9"
APP_NAME = "MetaLens"
SIDECAR_HOST = "127.0.0.1"

Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Python 3.11–3.13

# Web server
fastapi==0.139.2
fastapi==0.140.0
uvicorn==0.51.0

# Images
Expand Down
Loading