Skip to content

Commit 9415444

Browse files
chore: release (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8234efb commit 9415444

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed

cel/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.11.5](https://github.com/cel-rust/cel-rust/compare/cel-v0.11.4...cel-v0.11.5) - 2025-10-15
11+
12+
### Fixed
13+
14+
- support 1.82 onwards ([#207](https://github.com/cel-rust/cel-rust/pull/207))
15+
16+
### Other
17+
18+
- Update README.md
19+
1020
## [0.11.4](https://github.com/cel-rust/cel-rust/compare/cel-v0.11.3...cel-v0.11.4) - 2025-10-09
1121

1222
### Fixed

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.4"
5+
version = "0.11.5"
66
authors = ["Clark McCauley <[email protected]>", "Alex Snaps <[email protected]>"]
77
edition = "2021"
88
rust-version = "1.82.0"

example/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/cel-rust/cel-rust/compare/example-v0.1.0...example-v0.1.1) - 2025-10-15
11+
12+
### Added
13+
14+
- *(antlr)* support multiple errors from parsing
15+
16+
### Other
17+
18+
- Consolidate parser and interpreter into single `cel` crate ([#167](https://github.com/cel-rust/cel-rust/pull/167))
19+
- Clippy
20+
- Added anyhow example
21+
- Fix default features, cleanup dependencies & other minor code improvements ([#109](https://github.com/cel-rust/cel-rust/pull/109))
22+
- Support empty/default contexts, put chrono/regex behind features ([#97](https://github.com/cel-rust/cel-rust/pull/97))
23+
- Convert CEL values to JSON ([#77](https://github.com/cel-rust/cel-rust/pull/77))
24+
- Add an Axum example ([#57](https://github.com/cel-rust/cel-rust/pull/57))
25+
- Feat/serializer ([#33](https://github.com/cel-rust/cel-rust/pull/33))
26+
- Supporting thread-safe execution ([#22](https://github.com/cel-rust/cel-rust/pull/22))
27+
- Updated integer types from 32-bit to 64-bit
28+
- Cleanup, linting, and more examples
29+
- Fixing a few quirks and adding more function examples
30+
- General clean up
31+
- Ported existing functions to use magic params
32+
- First pass of function value resolvers
33+
- Bunch of renaming and cleanup
34+
- Added function context for better function utilities ([#7](https://github.com/cel-rust/cel-rust/pull/7))
35+
- Added some examples about how to use the library ([#5](https://github.com/cel-rust/cel-rust/pull/5))

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[features]

0 commit comments

Comments
 (0)