Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions crates/mortar_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.1](https://github.com/Bli-AIk/mortar/compare/mortar_compiler-v0.5.0...mortar_compiler-v0.5.1) - 2026-03-17

### Added

- Add `line` statement and function calls in `if` conditions ([#43](https://github.com/Bli-AIk/mortar/pull/43))
- *(compiler)* add escape sequences and triple-quoted string support ([#39](https://github.com/Bli-AIk/mortar/pull/39))

### Refactor

- extract UI functions to reduce nesting depth
Loading