Thank you to all those that contributed to this release! This release brings improvements to byte parsing in CEL expressions, support for compiling for `wasm32` tagets, and the removal of a number of `panic`/`unwrap`/`unreachable` in the interpreter improving its overall safety.
What's Changed
* Only use minimal set of chrono features by alexsnaps in https://github.com/clarkmcc/cel-rust/pull/63
* Err out on unknown function by alexsnaps in https://github.com/clarkmcc/cel-rust/pull/66
* Fixed variable type changing due to serialization by clarkmcc in https://github.com/clarkmcc/cel-rust/pull/68
* support for escaping in Bytes and bytes macro by alexsnaps in https://github.com/clarkmcc/cel-rust/pull/64
* Faster bytes parsing by alexsnaps in https://github.com/clarkmcc/cel-rust/pull/69
* Fix typos. by waywardmonkeys in https://github.com/clarkmcc/cel-rust/pull/70
* Fix `rustdoc::bare_url` lints. by waywardmonkeys in https://github.com/clarkmcc/cel-rust/pull/71
* Update parser, interpreter to Rust 2021 edition by waywardmonkeys in https://github.com/clarkmcc/cel-rust/pull/72
* Removing panics, expects, unimplemented, etc from interpreter by clarkmcc in https://github.com/clarkmcc/cel-rust/pull/75
**Full Changelog**: https://github.com/clarkmcc/cel-rust/compare/v0.8.0...v0.8.1