Skip to main content

max / makenotwork

tagtree 0.4.0 subtree("") changed from returning [] to returning every tag, reading the empty prefix as the root to match children_at_prefix. prefix_at_depth and semantic_prefix now return None for the empty tag instead of Some(""). Both are breaking, so this is a minor bump rather than a patch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-17 02:46 UTC
Commit: d4a3c5f7b8c164431b370c63b9ef70ecdc3e0dc6
Parent: de678b5
2 files changed, +2 insertions, -2 deletions
@@ -424,7 +424,7 @@ dependencies = [
424 424
425 425 [[package]]
426 426 name = "tagtree"
427 - version = "0.3.1"
427 + version = "0.4.0"
428 428 dependencies = [
429 429 "criterion",
430 430 ]
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "tagtree"
3 - version = "0.3.1"
3 + version = "0.4.0"
4 4 edition = "2024"
5 5 description = "Hierarchical dot-notation tag standard: validation, parsing, tree operations, SQL helpers"
6 6 license-file = "LICENSE"