Changelog

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.

[0.2.0] - 2026-06-25

Added

  • Add workflow dispatch input for re-releasing tags and enhance publish steps(d566974)

  • Support identifiers starting with digits in lexer and add regression tests(9ad67f2)

Fixed

  • Simplify token collection in collect_tokens function(1153c4f)

Documentation

  • Update CHANGELOG.md for v0.1.1(d147532)

Miscellaneous

  • Update CI and release workflows to use latest action versions; bump dependencies in Cargo.toml and requirements.txt(0750f3e)

  • Update dependencies in Cargo.toml, Cargo.lock, and requirements.txt(6b758f9)

  • Update memmap2 to version 0.9.11 in Cargo.toml and Cargo.lock(cc0d0a9)

[0.1.1] - 2026-03-24

Added

  • Add workflow step to publish crate to crates.io(3afc41a)

Fixed

  • Update README badges and correct performance metrics(b122f09)

Documentation

  • Update CHANGELOG.md for v0.1.0(1845ccd)

Miscellaneous

[0.1.0] - 2026-03-24

Added

  • Initial release of Rustine v0.1.0(3dd7cc3)