Skip to content

Commit

Permalink
chore: Release pitchfork-cli version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 15, 2024
1 parent b202e91 commit ece75b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pitchfork-cli"
description = "Daemons with DX"
license = "MIT"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
homepage = "https://pitchfork.jdx.dev"
repository = "https://github.com/jdx/pitchfork"
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
"config": {
"props": {}
},
"version": "0.1.4",
"version": "0.1.5",
"usage": "Usage: pitchfork <COMMAND>",
"complete": {
"id": {
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**Version**: 0.1.4
**Version**: 0.1.5

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

Expand Down
2 changes: 1 addition & 1 deletion pitchfork.usage.kdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name "pitchfork"
bin "pitchfork"
version "0.1.4"
version "0.1.5"
about "Daemons with DX"
usage "Usage: pitchfork <COMMAND>"
cmd "activate" help="Activate pitchfork in your shell session" {
Expand Down

0 comments on commit ece75b7

Please sign in to comment.