From 883de3606f6bd4f07819d34707684c6778b80c34 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 9 Aug 2026 16:35:42 -0400 Subject: [PATCH] v1.1.0: the library learns where everything lives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump for the post-announcement era: the static export (with the colophon and the Powered-by-BGG badge slot), box dimensions and the dims report, boxes-within-boxes containment with pick-and-tick bulk adds, and the whole Shelves layer — furniture drawn as it really stands, two-lane packing, the human-overrule vocabulary (acknowledged, wedged, measured, away), and shelves shipping with the export. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g --- data/locations.json | 1 + src/bggpipe/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/locations.json b/data/locations.json index e3db7b6..aeb13b5 100644 --- a/data/locations.json +++ b/data/locations.json @@ -286,6 +286,7 @@ "opening_id": "library-kallax-a1" }, "273240:446069": { + "acknowledged": true, "note": "", "opening_id": "library-kallax-b2" }, diff --git a/src/bggpipe/__init__.py b/src/bggpipe/__init__.py index 97c00f7..0736574 100644 --- a/src/bggpipe/__init__.py +++ b/src/bggpipe/__init__.py @@ -1,3 +1,3 @@ """Shelf-to-BGG collection pipeline.""" -__version__ = "1.0.0" +__version__ = "1.1.0"