File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.3] ( https://github.com/cel-rust/cel-rust/compare/cel-v0.11.2...cel-v0.11.3 ) - 2025-10-02
11
+
12
+ ### Fixed
13
+
14
+ - * (parsing)* stop navigating AST on err
15
+
10
16
## [ 0.11.2] ( https://github.com/cel-rust/cel-rust/compare/cel-v0.11.1...cel-v0.11.2 ) - 2025-09-19
11
17
12
18
### Other
Original file line number Diff line number Diff line change 2
2
name = " cel"
3
3
description = " A parser and interpreter for the Common Expression Language (CEL)"
4
4
repository = " https://github.com/cel-rust/cel-rust"
5
- version = " 0.11.2 "
5
+ version = " 0.11.3 "
6
6
authors = [" Clark McCauley <me@clarkmccauley.com>" , " Alex Snaps <alex@wcgw.dev>" ]
7
7
edition = " 2021"
8
8
license = " MIT"
You can’t perform that action at this time.
0 commit comments