Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 875 Bytes

File metadata and controls

29 lines (22 loc) · 875 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-12-04

Changed

  • Updated development status to Production/Stable
  • Declared stable API (no breaking changes planned)

Added

  • AGENT_BOOTSTRAP.md for AI agent context
  • Reference to AGENT_BOOTSTRAP.md in README Contributing section

[0.1.0] - 2024-11-18

Added

  • Initial release
  • RUST_LOG-style syntax parser
  • Integration with logging.config.dictConfig
  • Support for default and module-specific log levels
  • Hierarchical logger configuration
  • Rust :: and Python . module separator support
  • Comprehensive test suite
  • Full documentation
  • PTHN_LOG environment variable support (default)