Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 2.05 KB

Changelog

0.3.0 (2024-12-24)

  • Support non-UTF-8 strings (e7db)
  • Add FromStr impl for Position (00e2)
  • Add clear/clearm methods (e60b)
  • Add a touch method (5af0)
  • Use Cow for str escaping (9526)

0.2.2 (2024-12-15)

  • Add a helper enum and method for save modes (62f4)
  • Implement std::Error for augeas::Error (6420)

0.2.1 (2024-12-15)

  • Add support for aug_print and aug_srun (b654, dc57)

0.2.0 (2024-11-28)

  • Merge "Add bindings up to Augeas 1.11.0" PR #10 from rust-augeas (2394)
  • Merge "Refactor error handling" PR #11 from rust-augeas (8f9a)
  • Code update and cleanup (67bc)
    • MSRV is bumped to 1.77
    • Switch to edition 2021
    • Add GitHub Actions for CI
  • Update to augeas 1.13.0 API (de37)