Skip to content

Commit 884b370

Browse files
authored
Merge pull request #193 from cel-rust/release-plz-2025-10-02T17-45-04Z
chore(cel): release v0.11.3
2 parents 3e07fb6 + e555fa8 commit 884b370

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cel/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.11.2](https://github.com/cel-rust/cel-rust/compare/cel-v0.11.1...cel-v0.11.2) - 2025-09-19
1117

1218
### Other

cel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cel"
33
description = "A parser and interpreter for the Common Expression Language (CEL)"
44
repository = "https://github.com/cel-rust/cel-rust"
5-
version = "0.11.2"
5+
version = "0.11.3"
66
authors = ["Clark McCauley <me@clarkmccauley.com>", "Alex Snaps <alex@wcgw.dev>"]
77
edition = "2021"
88
license = "MIT"

0 commit comments

Comments
 (0)