Skip to content

Commit c3908f2

Browse files
committed
Bump version: 0.0.3 -> 0.0.4
1 parent a5c1588 commit c3908f2

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55
tag_name = v{new_version}

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Removed
2020
- Removed features go here
2121

22+
## [0.0.4] - 2026-03-07
23+
24+
### Added
25+
- Added Paprika recipe index/details integration to sync full recipe content into Skylight meal recipes
26+
- Added persistent Paprika-to-Skylight recipe link tracking to keep recipe-backed meal entries connected across sync runs
27+
28+
### Changed
29+
- Changed meal sync behavior to preserve per-meal fidelity (one Paprika meal entry now maps to one Skylight sitting)
30+
- Changed Skylight meal sitting sync to support linked `meal_recipe_id`, recipe descriptions, and notes for richer meal entries
31+
32+
### Fixed
33+
- Fixed existing SQLite database compatibility by adding automatic meal schema migrations and new indexes during startup
34+
- Fixed Skylight meal update/create handling to align with API requirements when a meal recipe is attached
35+
2236
## [0.0.3] - 2026-01-31
2337

2438
### Fixed
@@ -55,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5569
- Bulk operations for efficient sync operations
5670
- Deletion detection and handling (Paprika → Skylight)
5771

58-
[Unreleased]: https://github.com/aarons22/whisk/compare/v0.0.3...HEAD
72+
[Unreleased]: https://github.com/aarons22/whisk/compare/v0.0.4...HEAD
73+
[0.0.4]: https://github.com/aarons22/whisk/compare/v0.0.3...v0.0.4
5974
[0.0.3]: https://github.com/aarons22/whisk/compare/v0.0.2...v0.0.3
6075
[0.0.2]: https://github.com/aarons22/whisk/compare/v0.0.1...v0.0.2
61-
[0.0.1]: https://github.com/aarons22/whisk/releases/tag/v0.0.1
76+
[0.0.1]: https://github.com/aarons22/whisk/releases/tag/v0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "whisk"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Bidirectional sync for Paprika and Skylight grocery lists"
55
requires-python = ">=3.10"
66
dependencies = [

0 commit comments

Comments
 (0)