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.
Unreleased - ReleaseDate
1.0.0-beta.2 - 2025-01-05
- 🛠️ stop building py package for win32, as msgspec doesn't support it
- 💥 Reworked macro var expression lexing, to properly account for trailing terminating dots. This is a breaking change, as the token types emitted by the lexer have changed. Now instead of one token
MacroVarExpr
for the entire expression, a sequence ofMacroVarResolve
,MacroString
and optionalMacroVarTerm
are emitted.
1.0.0-beta.1 - 2024-11-08
- Python initial pre-release.