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>
2 files changed,
+2 insertions,
-2 deletions
| 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 |
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"
|