File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.1] ( https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.9.0...cel-interpreter-v0.9.1 ) - 2024-11-19
11
+
12
+ ### Other
13
+
14
+ - Export timestamp and duration fn as they were ([ #112 ] ( https://github.com/clarkmcc/cel-rust/pull/112 ) )
15
+ - ValueType copy & debug ([ #113 ] ( https://github.com/clarkmcc/cel-rust/pull/113 ) )
16
+ - Expose Serialization and ToJson errors ([ #114 ] ( https://github.com/clarkmcc/cel-rust/pull/114 ) )
17
+ - Fix compilation without chrono ([ #111 ] ( https://github.com/clarkmcc/cel-rust/pull/111 ) )
18
+ - Fix default features, cleanup dependencies & other minor code improvements ([ #109 ] ( https://github.com/clarkmcc/cel-rust/pull/109 ) )
19
+ - Added missing timestamp macros ([ #106 ] ( https://github.com/clarkmcc/cel-rust/pull/106 ) )
20
+
10
21
## [ 0.9.0] ( https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.8.1...cel-interpreter-v0.9.0 ) - 2024-10-30
11
22
12
23
### Other
Original file line number Diff line number Diff line change 2
2
name = " cel-interpreter"
3
3
description = " An interpreter for the Common Expression Language (CEL)"
4
4
repository = " https://github.com/clarkmcc/cel-rust"
5
- version = " 0.9.0 "
5
+ version = " 0.9.1 "
6
6
authors = [" Tom Forbes <tom@tomforb.es>" , " Clark McCauley <me@clarkmccauley.com>" ]
7
7
edition = " 2021"
8
8
license = " MIT"
You can’t perform that action at this time.
0 commit comments