tree-type 0.2.0

Rust macros for creating type-safe filesystem tree structures
Documentation
# Changelog



## [0.2.0] - 2026-01-05

### Features

- feat(syntax): standardize attribute syntax to function call format (ac2655fe)
- feat: add sync() method for API simplification (f2c0b3b7)

### Bug Fixes

- fix(proc-macro): handle Result return type in tests (50a2d312)

### Other Changes

- style: apply rustfmt import granularity formatting (457d559c)
- docs(lib): add comprehensive parent() method documentation (4ca19063)
- test(proc-macro): use tempfile for proper test isolation (44ad7bee)
- build(ci): add proc-macro testing to CI pipeline (f54973ab)
- build(ci): remove filters from building next branch (ab323e8c)
- chore(dep): specify cargo-readme version in workspace (7425fdd3)


## [0.1.1] - 2025-12-25

### Other Changes

- docs(readme): implement cargo-readme workflow with CI validation (0455bcc7)
- docs(readme): convert examples to doctest format and fix API usage (8d8645f5)
- docs(readme): fix documentation errors and convert examples to doctest format (a9b9b15b)
- chore: specify proc-macro path in workspace (400aaf02)