Skip to content

Commit 6693cd5

Browse files
author
github-actions
committed
0.1.3
Automatically generated by python-semantic-release
1 parent 4255f9a commit 6693cd5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.1.3 (2024-01-11)
6+
7+
### Fix
8+
9+
* **deps:** Update dependency jinja2 to v3.1.3 ([#96](https://github.com/34j/jinja2-shell/issues/96)) ([`4255f9a`](https://github.com/34j/jinja2-shell/commit/4255f9a10f12f059f2cc2e012c06f582e744a3b4))
10+
11+
### Documentation
12+
13+
* **readme:** Note extensioin class name ([`9188643`](https://github.com/34j/jinja2-shell/commit/9188643a0549dd3bbc98be757ecbb3ebbf37de5b))
14+
* Fix docs ([`7202b9a`](https://github.com/34j/jinja2-shell/commit/7202b9a6e3f1d85d308eb7807d1d1d25d610b9c1))
15+
516
## v0.1.2 (2023-02-21)
617
### Fix
718
* Do not use shell ([#2](https://github.com/34j/jinja2-shell/issues/2)) ([`2813511`](https://github.com/34j/jinja2-shell/commit/281351140d604781b75330dbe3ae8275f0ebe6f2))

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.2"
3+
version = "0.1.3"
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.2"
1+
__version__ = "0.1.3"
22
from ._main import ShellExtension
33

44
__all__ = ["ShellExtension"]

0 commit comments

Comments
 (0)