Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 17, 2024
1 parent a1759b4 commit 6b3d39f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <eugene.prout1@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 6b3d39f

Please sign in to comment.