Skip to content

Commit cf1301a

Browse files
committed
Set version to 0.5.4
1 parent 0d824c1 commit cf1301a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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.5.4] - 2025-10-23
11+
12+
### Updated
13+
14+
- Updated cel-rust from 0.11.4 to 0.11.6
15+
- Updated PyO3 from 0.25.1 to 0.27.1
16+
17+
### Changed
18+
19+
- Reduced logging verbosity
1020
## [0.5.3] - 2025-10-14
1121

1222
- Added new `cel.stdlib` module with Python implementations of CEL functions missing from upstream cel-rust.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)