From ec6447e56a3413d8ca079e1b2108c2206cddbdba Mon Sep 17 00:00:00 2001 From: Joe Schmitt Date: Fri, 13 Mar 2026 18:02:34 -0400 Subject: [PATCH] chore(main): release 1.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 ++++++ README.md | 44 +++++++++++++++++------------------ 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f9..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 601f3a1..a7c292c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/josephschmitt/pj/compare/v1.13.0...v1.14.0) (2026-03-13) + + +### Features + +* add git worktree discovery support ([#42](https://github.com/josephschmitt/pj/issues/42)) ([1642b5b](https://github.com/josephschmitt/pj/commit/1642b5bf0cf90cc28b150c17638aa73cd25e875e)) + ## [1.13.0](https://github.com/josephschmitt/pj/compare/v1.12.0...v1.13.0) (2026-02-13) diff --git a/README.md b/README.md index 727b468..ff2bd0b 100644 --- a/README.md +++ b/README.md @@ -87,48 +87,48 @@ Download packages from the [releases page](https://github.com/josephschmitt/pj/r ```bash # amd64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_amd64.deb -sudo dpkg -i pj_1.13.0_linux_amd64.deb +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_amd64.deb +sudo dpkg -i pj_1.14.0_linux_amd64.deb # arm64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_arm64.deb -sudo dpkg -i pj_1.13.0_linux_arm64.deb +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_arm64.deb +sudo dpkg -i pj_1.14.0_linux_arm64.deb ``` #### Fedora/RHEL/CentOS (.rpm) ```bash # amd64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_amd64.rpm -sudo rpm -i pj_1.13.0_linux_amd64.rpm +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_amd64.rpm +sudo rpm -i pj_1.14.0_linux_amd64.rpm # arm64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_arm64.rpm -sudo rpm -i pj_1.13.0_linux_arm64.rpm +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_arm64.rpm +sudo rpm -i pj_1.14.0_linux_arm64.rpm ``` #### Alpine (.apk) ```bash # amd64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_amd64.apk -apk add --allow-untrusted pj_1.13.0_linux_amd64.apk +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_amd64.apk +apk add --allow-untrusted pj_1.14.0_linux_amd64.apk # arm64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_arm64.apk -apk add --allow-untrusted pj_1.13.0_linux_arm64.apk +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_arm64.apk +apk add --allow-untrusted pj_1.14.0_linux_arm64.apk ``` #### Arch Linux (.pkg.tar.zst) ```bash # amd64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_amd64.pkg.tar.zst -sudo pacman -U pj_1.13.0_linux_amd64.pkg.tar.zst +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_amd64.pkg.tar.zst +sudo pacman -U pj_1.14.0_linux_amd64.pkg.tar.zst # arm64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_arm64.pkg.tar.zst -sudo pacman -U pj_1.13.0_linux_arm64.pkg.tar.zst +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_arm64.pkg.tar.zst +sudo pacman -U pj_1.14.0_linux_arm64.pkg.tar.zst ``` ### Pre-built Binaries (All Platforms) @@ -142,18 +142,18 @@ Available platforms: ```bash # Example: macOS Apple Silicon -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_darwin_arm64.tar.gz -tar -xzf pj_1.13.0_darwin_arm64.tar.gz +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_darwin_arm64.tar.gz +tar -xzf pj_1.14.0_darwin_arm64.tar.gz sudo mv pj /usr/local/bin/ # Example: Linux amd64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_amd64.tar.gz -tar -xzf pj_1.13.0_linux_amd64.tar.gz +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_amd64.tar.gz +tar -xzf pj_1.14.0_linux_amd64.tar.gz sudo mv pj /usr/local/bin/ # Example: Linux arm64 -wget https://github.com/josephschmitt/pj/releases/download/v1.13.0/pj_1.11.0_linux_arm64.tar.gz -tar -xzf pj_1.13.0_linux_arm64.tar.gz +wget https://github.com/josephschmitt/pj/releases/download/v1.14.0/pj_1.11.0_linux_arm64.tar.gz +tar -xzf pj_1.14.0_linux_arm64.tar.gz sudo mv pj /usr/local/bin/ ```