Skip to content

Commit 969abde

Browse files
committed
Bump version to 0.2.2
1 parent c9010bd commit 969abde

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

77

88

9+
## [0.2.2] - 2025-10-09
10+
11+
### Fixed
12+
13+
- `exec` use full path for the executable on windows when `shell=False`
14+
- One pass searching for both `dmon.y(a)ml` and `pyproject.toml` when going up the directory tree. The previous behavior will search for `dmon.y(a)ml` first, then if not found, start over and search for `pyproject.toml`.
15+
- Fix "AttributeError: 'DmonMeta' object has no attribute 'name'" when listing processes (should be `task` instead of `name`)
16+
17+
18+
919
## [0.2.1] - 2025-10-09
1020

1121
### Added

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.1"
3+
version = "0.2.2"
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)