# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.9.0](https://github.com/clarkmcc/cel-rust/compare/cel-interpreter-v0.8.1...cel-interpreter-v0.9.0) - 2024-10-30 ### Other - Support `.map` over map ([#105](https://github.com/clarkmcc/cel-rust/pull/105)) - Detailed parse error ([#102](https://github.com/clarkmcc/cel-rust/pull/102)) - Fix `clippy::too_long_first_doc_paragraph` lints. ([#101](https://github.com/clarkmcc/cel-rust/pull/101)) - Support empty/default contexts, put chrono/regex behind features ([#97](https://github.com/clarkmcc/cel-rust/pull/97)) - Fix `clippy::empty_line_after_doc_comments` lints ([#98](https://github.com/clarkmcc/cel-rust/pull/98)) - Allow `.size()` method on types ([#88](https://github.com/clarkmcc/cel-rust/pull/88)) - Conformance test fixes ([#79](https://github.com/clarkmcc/cel-rust/pull/79)) - Convert CEL values to JSON ([#77](https://github.com/clarkmcc/cel-rust/pull/77))