release: 0.2.2

This commit is contained in:
Per Stark
2025-10-07 11:51:33 +02:00
parent 1159712724
commit c6a6080e1c
2 changed files with 5 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
# Changelog
## Staging
## Unreleased
## Version 0.2.2 (2025-10-07)
- Support for ingestion of PDF files
- Improved ingestion speed
- Fix deletion of items work as expected
- Fix enabling GPT-5 use via OpenAI API
## Version 0.2.1 (2025-09-24)
- Fixed API JSON responses so iOS Shortcuts integrations keep working.

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
repository = "https://github.com/perstarkse/minne"
license = "AGPL-3.0-or-later"