Skip to content

Commit e43fd34

Browse files
authored
chore: release v2.13.1 (jdx#475)
1 parent 6c749ab commit e43fd34

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.13.1](https://github.com/jdx/pitchfork/compare/v2.13.0...v2.13.1) - 2026-06-08
11+
12+
### Other
13+
14+
- move pitchfork back to jdx ([#474](https://github.com/jdx/pitchfork/pull/474))
15+
1016
## [2.13.0](https://github.com/jdx/pitchfork/compare/v2.12.1...v2.13.0) - 2026-06-07
1117

1218
### 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.13.0"
5+
version = "2.13.1"
66
edition = "2024"
77
rust-version = "1.87"
88
homepage = "https://pitchfork.jdx.dev"

docs/cli/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@
25272527
"config": {
25282528
"props": {}
25292529
},
2530-
"version": "2.13.0",
2530+
"version": "2.13.1",
25312531
"usage": "Usage: pitchfork <COMMAND>",
25322532
"complete": {
25332533
"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.13.0
6+
**Version**: 2.13.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.13.0"
3+
version "2.13.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)