Skip to content

Commit 206523a

Browse files
author
semantic-release
committed
2.14.0
Automatically generated by python-semantic-release
1 parent eaa2dbd commit 206523a

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

33

4+
## v2.14.0 (2025-08-10)
5+
6+
### Features
7+
8+
- Execute runnable if new input files are detected
9+
([`eaa2dbd`](https://github.com/cuinixam/python-app-dev/commit/eaa2dbd8699bd998be905362b48d8293691baac1))
10+
11+
412
## v2.13.0 (2025-07-29)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "py-app-dev"
7-
version = "2.13.0"
7+
version = "2.14.0"
88
description = "My application development modules."
99
readme = "README.md"
1010
license = { text = "MIT" }

src/py_app_dev/__init__.py

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

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)