+8
CHANGELOG.md
+8
CHANGELOG.md
···
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v0.10.3 -- 2023-06-02
9
+
10
+
### DSL
11
+
12
+
#### Added
13
+
14
+
- Scoped variables can be inherited by child nodes by specifying `inherit .var_name` as part of the source. Using `@node.var_name` will either use the value set on the node itself, or otherwise the one set on the closest enclosing node.
15
+
8
16
## v0.10.2 -- 2023-05-25
9
17
10
18
### Library
+1
-1
Cargo.toml
+1
-1
Cargo.toml