Skip to content

Commit 72767c1

Browse files
author
semantic-release
committed
2.19.0
Automatically generated by python-semantic-release
1 parent 6eb8b5c commit 72767c1

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

33

4+
## v2.19.0 (2026-02-05)
5+
6+
### Features
7+
8+
- Add env setup sh
9+
([`e6301bc`](https://github.com/cuinixam/python-app-dev/commit/e6301bc8acc9111e1d2fb57f431762707ce38551))
10+
11+
- Add runnable id to track dependencies
12+
([`8106975`](https://github.com/cuinixam/python-app-dev/commit/810697581c2739ea39baa6527d3d3624e58ca6e3))
13+
14+
415
## v2.18.0 (2025-09-24)
516

617
### 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.18.0"
7+
version = "2.19.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.18.0"
1+
__version__ = "2.19.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)