# Changelog
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [0.1.0] - 2026-01-19
### Added
- Initial release covering network primitives (hosts, CIDRs, ranges, FQDNs).
- Transport services with well-known registry and parsing helpers.
- Application indicators and sample catalog entries.
- Optional JSON-enabled object store with CRUD operations.
- Integration tests demonstrating combined workflows.
## [0.1.1] - 2026-01-20
### Fixed
- Removed `serde` derives from `ApplicationDefinition`/`ApplicationIndicators` so Clippy succeeds (they use borrowed slices that aren’t
deserializable). Serialization remains available via `ApplicationObj`.
### Documentation
- Comprehensive README with usage examples and feature overview.
- Module-level documentation throughout the crate.
### Fixed
- Removed `serde` derives from `ApplicationDefinition`/`ApplicationIndicators` so Clippy succeeds (they use borrowed slices that aren’t
deserializable). Serialization remains available via `ApplicationObj`.