Skip to content

Commit 534b00f

Browse files
authored
chore: release v2.12.1 (#454)
1 parent c1d64c6 commit 534b00f

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.12.1](https://github.com/endevco/pitchfork/compare/v2.12.0...v2.12.1) - 2026-05-28
11+
12+
### Fixed
13+
14+
- *(procs)* show process-tree daemon metrics ([#435](https://github.com/endevco/pitchfork/pull/435))
15+
- get running command directly in cron/watch instead of getting from DaemonId ([#453](https://github.com/endevco/pitchfork/pull/453))
16+
1017
## [2.12.0](https://github.com/endevco/pitchfork/compare/v2.11.0...v2.12.0) - 2026-05-27
1118

1219
### Added

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pitchfork-cli"
33
description = "Daemons with DX"
44
license = "MIT"
5-
version = "2.12.0"
5+
version = "2.12.1"
66
edition = "2024"
77
rust-version = "1.87"
88
homepage = "https://pitchfork.en.dev"

docs/cli/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@
22572257
"config": {
22582258
"props": {}
22592259
},
2260-
"version": "2.12.0",
2260+
"version": "2.12.1",
22612261
"usage": "Usage: pitchfork <COMMAND>",
22622262
"complete": {
22632263
"id": {

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**Usage**: `pitchfork <SUBCOMMAND>`
55

6-
**Version**: 2.12.0
6+
**Version**: 2.12.1
77

88
- **Usage**: `pitchfork <SUBCOMMAND>`
99

pitchfork.usage.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name pitchfork
22
bin pitchfork
3-
version "2.12.0"
3+
version "2.12.1"
44
about "Daemons with DX"
55
usage "Usage: pitchfork <COMMAND>"
66
cmd activate help="Activate pitchfork in your shell session" {

0 commit comments

Comments
 (0)