Skip to content

Commit

Permalink
chore(cel-interpreter): release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent 5b02b08 commit 2c7f88f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0](https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.9.0...cel-interpreter-v0.10.0) - 2024-11-04

### Other

- Added missing timestamp macros ([#106](https://github.com/clarkmcc/cel-rust/pull/106))

## [0.9.0](https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.8.1...cel-interpreter-v0.9.0) - 2024-10-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cel-interpreter"
description = "An interpreter for the Common Expression Language (CEL)"
repository = "https://github.com/clarkmcc/cel-rust"
version = "0.9.0"
version = "0.10.0"
authors = ["Tom Forbes <[email protected]>", "Clark McCauley <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 2c7f88f

Please sign in to comment.