Skip to content

Commit ceda1e9

Browse files
chore(cel-interpreter): release v0.10.0
1 parent 564e3fc commit ceda1e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

interpreter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0](https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.9.0...cel-interpreter-v0.10.0) - 2024-11-06
11+
12+
### Other
13+
14+
- Fix default features, cleanup dependencies & other minor code improvements ([#109](https://github.com/clarkmcc/cel-rust/pull/109))
15+
- Added missing timestamp macros ([#106](https://github.com/clarkmcc/cel-rust/pull/106))
16+
1017
## [0.9.0](https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.8.1...cel-interpreter-v0.9.0) - 2024-10-30
1118

1219
### Other

interpreter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cel-interpreter"
33
description = "An interpreter for the Common Expression Language (CEL)"
44
repository = "https://github.com/clarkmcc/cel-rust"
5-
version = "0.9.0"
5+
version = "0.10.0"
66
authors = ["Tom Forbes <tom@tomforb.es>", "Clark McCauley <me@clarkmccauley.com>"]
77
edition = "2021"
88
license = "MIT"

0 commit comments

Comments
 (0)