Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.19 KB

CHANGELOG-PY.md

File metadata and controls

45 lines (29 loc) · 1.19 KB

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.

Unreleased - ReleaseDate

Added

Changed

Deprecated

Removed

Fixed

Security

1.0.0-beta.2 - 2025-01-05

Removed

  • 🛠️ stop building py package for win32, as msgspec doesn't support it

Fixed

  • 💥 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 of MacroVarResolve, MacroString and optional MacroVarTerm are emitted.

1.0.0-beta.1 - 2024-11-08

Added

  • Python initial pre-release.