Skip to content

Commit

Permalink
Merge pull request #8 from superwall/develop
Browse files Browse the repository at this point in the history
0.1.9
  • Loading branch information
ianrumac authored Oct 17, 2024
2 parents 60d2dac + a635f89 commit 3d76917
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 79 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG


## 0.1.9

## Enhancements

- Added returning of a JSON encoded `Result<PassableValue,String>` from the exposed methods instead of relying on panics.
Example JSON:
- Error: `{"Err":"No such key: should_display"}`
- Ok: `{"Ok":{"type":"bool","value":true}}`

## Fixes
- Fixed a bug where getting properties from `device` would panic when `device` functions were defined
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cel-eval"
version = "0.1.8"
version = "0.1.9"
edition = "2021"

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

0 comments on commit 3d76917

Please sign in to comment.