From db5f95059fc8dc5c44a7d27b32ec6edff5a8ad57 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Mon, 4 May 2026 16:39:16 +0200 Subject: [PATCH] chore: release v0.44.1 Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa1bc4..ac40b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.44.1] - 2026-05-04 + +### Fixed +- **CalDAV migration crash**: fixed CHECK constraint violation during v0.44.0 migration that caused container restart loop. The apple→caldav `external_source` conversion now happens during table rebuild instead of before, preventing the constraint error (#119, #120). + ## [0.44.0] - 2026-05-04 ### Added diff --git a/package-lock.json b/package-lock.json index 5621e01..ae21afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.44.0", + "version": "0.44.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.44.0", + "version": "0.44.1", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index 0e197e9..1a68e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.44.0", + "version": "0.44.1", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",