From 6b3d39f68d1e2dade431525fb3e0dbe5345bd8f2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 17 Mar 2024 16:23:58 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9466f93..0a16993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v0.3.0 (2024-03-17) + +### Feature + +* feat: add bounded iteration + +feat: add bounded iteration ([`a1759b4`](https://github.com/eugene-prout/yatla/commit/a1759b49af24cd050a06eeabb19b8f4dc48743ca)) + +### Unknown + +* Run formatter ([`9d9e857`](https://github.com/eugene-prout/yatla/commit/9d9e85771c136ce67d4a9d4263f179bb5f1a2572)) + +* Bug fixes ([`7be855f`](https://github.com/eugene-prout/yatla/commit/7be855f4f683e5c85c93988dd4479b3f54c7eddd)) + +* store function type instead of expression ([`caf02d7`](https://github.com/eugene-prout/yatla/commit/caf02d7215d734a4a03aefcdaf80b1df027d91c8)) + +* Add foreach blocks ([`0cd54b1`](https://github.com/eugene-prout/yatla/commit/0cd54b1a26766de4acb3eb911af4d1cfb4e9f3b1)) + + ## v0.2.0 (2024-03-03) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 97a6880..5f54784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yatla" -version = "0.2.0" +version = "0.3.0" description = "A templating engine with a simple templating language specifically designed for type inference, allowing consumers to provide users with slots of determined types." authors = ["Eugene Prout "] license = "MIT"