**Warning**: This release introduce a non-backward compatible change: implicit `lastOf` (lists of blocks) are not allowed anymore.
What's Changed
* Add support of Jinja code blocks by mandel in https://github.com/IBM/prompt-declaration-language/pull/183
* Add support of PDL code blocks by mandel in https://github.com/IBM/prompt-declaration-language/pull/185
* Enable richer data in messages to support function calling by vazirim in https://github.com/IBM/prompt-declaration-language/pull/184
* Add localized expressions in AST by mandel in https://github.com/IBM/prompt-declaration-language/pull/130
* Remove implicit lastOf by mandel in https://github.com/IBM/prompt-declaration-language/pull/167
* changes to default parameters, structured decoding support by vazirim in https://github.com/IBM/prompt-declaration-language/pull/205
* updated tools and react examples to use granite tool calling by vazirim in https://github.com/IBM/prompt-declaration-language/pull/206
**Full Changelog**: https://github.com/IBM/prompt-declaration-language/compare/v0.0.9...v0.1.0