Skip to content

Commit 7262bf8

Browse files
author
semantic-release
committed
0.4.124
Automatically generated by python-semantic-release
1 parent 0bacdda commit 7262bf8

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# CHANGELOG
22

33

4+
## v0.4.124 (2025-10-30)
5+
6+
### Chores
7+
8+
- **deps**: Bump docker/login-action from 3.5.0 to 3.6.0
9+
([`0bacdda`](https://github.com/charlesthomas/templatron/commit/0bacddac64fe6106bf49ec6f4bc3457108ddb83b))
10+
11+
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release
12+
notes](https://github.com/docker/login-action/releases) -
13+
[Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef)
14+
15+
--- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0
16+
17+
dependency-type: direct:production
18+
19+
update-type: version-update:semver-minor ...
20+
21+
Signed-off-by: dependabot[bot] <support@github.com>
22+
23+
424
## v0.4.123 (2025-10-30)
525

626
### Chores

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 = "templatron"
3-
version = "0.4.123"
3+
version = "0.4.124"
44
description = "🤖 templatron is a harness for automatically running copier when your templates are updated"
55
authors = ["Charles Thomas <ch@rlesthom.as>"]
66
license = "Apache-2.0"

templatron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.123"
1+
__version__ = "0.4.124"

0 commit comments

Comments
 (0)