v0.9.0
Breaking Changes
String formatting is now conformant with the CEL spec.
As a result, some formatting output may differ from previous versions. See #293, #294, and #295 for details on formatting changes.
What's Changed
- Fix overload declaration for format by @smaye81 in #295
- Add supplemental format conformance tests by @smaye81 in #294
- Add conformance testing to string.format implementation by @smaye81 in #293
Full Changelog: v0.8.0...v0.9.0