···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## v0.10.4 -- 2023-06-02
99+1010+### Library
1111+1212+#### Added
1313+1414+- Several errors include more context in the error message: Duplicate errors report both statements using source snippets. Edge statements report which argument (the source or the sink) triggered an evluation error.
1515+1616+#### Fixed
1717+1818+- Ensure that edge attribute statements are executed after edges are created, to prevent non-deterministic ordering bugs in lazy execution mode.
1919+820## v0.10.3 -- 2023-06-01
9211022### DSL