Skip to content

Commit 292b6ae

Browse files
committed
v0.2.1
1 parent 2e4e969 commit 292b6ae

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
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
_released `2026-01-17`_
6+
7+
- fix Python 3.14 support
8+
- fix `enable-automerge`'s "squash" option
9+
- correctly mark `enable-automerge`'s `config` as optional
10+
- more gracefully handle trying to run missing commands
11+
- fix surfacing unescaped text when a command has no output
12+
313
## 0.2.0
414

515
_released `2025-10-30`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "potent"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "An idempotent way to run shell scripts."
55
readme = "README.md"
66
authors = [{ name = "David Brownman", email = "oss@xavd.id" }]

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)