Skip to content

Commit c1fef17

Browse files
committed
Bump version to 0.2.3
1 parent d00045b commit c1fef17

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

88

9+
## [0.2.3] - 2025-10-25
10+
11+
### Added
12+
13+
- Add `default_task` key to config to specify the default task to run when no task name is provided.
14+
- `--config` now supports specifying a directory to search in, not just a file path.
15+
- Add `python-dmon` as CLI alias in addition to `dmon` for better package name consistency.
16+
17+
18+
### Fixed
19+
20+
- Fix `--config` non-existing path
21+
22+
23+
924
## [0.2.2] - 2025-10-09
1025

1126
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-dmon"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A lightweight, cross-platform daemon manager that runs any command as a background process."
55
readme = "README.md"
66
authors = [

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)