Skip to content

Commit 19117da

Browse files
author
github-actions
committed
0.1.4
Automatically generated by python-semantic-release
1 parent db84f7e commit 19117da

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.4 (2024-11-15)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency jinja2 to v3.1.4 ([#105](https://github.com/34j/jinja2-shell/issues/105)) ([`db84f7e`](https://github.com/34j/jinja2-shell/commit/db84f7efe1c28c15e54b4ac9721690353a77198b))
10+
511
## v0.1.3 (2024-01-11)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jinja2-shell"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Jinja2 Extension for running shell commands"
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
66
license = "CC0 1.0 Universal"

src/jinja2_shell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22
from ._main import ShellExtension
33

44
__all__ = ["ShellExtension"]

0 commit comments

Comments
 (0)