Releases: tetzng/pez
Releases · tetzng/pez
v0.4.2
Install pez 0.4.2
Install prebuilt binaries via Homebrew
brew install tetzng/pez/pezDownload pez 0.4.2
| File | Platform | Checksum |
|---|---|---|
| pez-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pez-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pez-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| pez-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| pez-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| pez-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| pez-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.4.1
Install pez 0.4.1
Install prebuilt binaries via Homebrew
brew install tetzng/pez/pezDownload pez 0.4.1
| File | Platform | Checksum |
|---|---|---|
| pez-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pez-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pez-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| pez-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| pez-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| pez-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| pez-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.4.0
Install pez 0.4.0
Install prebuilt binaries via Homebrew
brew install tetzng/pez/pezDownload pez 0.4.0
| File | Platform | Checksum |
|---|---|---|
| pez-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pez-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pez-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| pez-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| pez-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| pez-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| pez-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.3.5
Install pez 0.3.5
Install prebuilt binaries via Homebrew
brew install tetzng/pez/pezDownload pez 0.3.5
| File | Platform | Checksum |
|---|---|---|
| pez-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pez-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pez-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| pez-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| pez-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| pez-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| pez-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.3.4
Install pez 0.3.4
Install prebuilt binaries via Homebrew
brew install tetzng/pez/pezDownload pez 0.3.4
| File | Platform | Checksum |
|---|---|---|
| pez-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| pez-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| pez-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| pez-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| pez-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| pez-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| pez-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.3.1
chore(release): v0.3.1
v0.3.0
What's Changed
- fix: isolate config dir from target override by @tetzng in #130
- chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #125
- chore(deps): bump serde from 1.0.219 to 1.0.224 by @dependabot[bot] in #126
- fix: ensure install --force removes existing config clones by @tetzng in #131
- refactor: share plugin spec insertion helper by @tetzng in #132
- fix: honor selectors in list outdated by @tetzng in #133
- fix: harden uninstall stdin parsing by @tetzng in #135
- feat: add cli jobs override by @tetzng in #136
- chore(deps): bump clap_complete from 4.5.57 to 4.5.58 by @dependabot[bot] in #134
- chore(deps): bump toml from 0.9.6 to 0.9.7 by @dependabot[bot] in #137
- chore(deps): bump clap from 4.5.47 to 4.5.48 by @dependabot[bot] in #138
- chore(deps): bump anyhow from 1.0.99 to 1.0.100 by @dependabot[bot] in #139
- chore(deps): bump serde from 1.0.225 to 1.0.226 by @dependabot[bot] in #140
- feat: preserve host metadata for plugin repos by @tetzng in #141
- chore(deps): bump tempfile from 3.22.0 to 3.23.0 by @dependabot[bot] in #142
- test: cover host metadata conversion in models by @tetzng in #143
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- chore(deps): bump clap from 4.5.27 to 4.5.28 by @dependabot[bot] in #12
- chore(deps): bump toml from 0.8.19 to 0.8.20 by @dependabot[bot] in #13
- chore(deps): bump tabled from 0.17.0 to 0.18.0 by @dependabot[bot] in #14
- chore(deps): bump clap from 4.5.28 to 4.5.29 by @dependabot[bot] in #15
- chore(deps): bump clap_complete from 4.5.44 to 4.5.45 by @dependabot[bot] in #16
- chore(deps): bump clap from 4.5.29 to 4.5.30 by @dependabot[bot] in #17
- chore(deps): bump tempfile from 3.16.0 to 3.17.1 by @dependabot[bot] in #18
- chore: migrate to Rust 2024 edition by @tetzng in #21
- chore(deps): bump clap_complete from 4.5.45 to 4.5.46 by @dependabot[bot] in #22
- chore(deps): bump clap from 4.5.30 to 4.5.31 by @dependabot[bot] in #23
- chore(deps): bump anyhow from 1.0.96 to 1.0.97 by @dependabot[bot] in #24
- chore(deps): bump console from 0.15.10 to 0.15.11 by @dependabot[bot] in #25
- chore(deps): bump tempfile from 3.17.1 to 3.18.0 by @dependabot[bot] in #26
- chore(deps): bump clap from 4.5.31 to 4.5.32 by @dependabot[bot] in #27
- chore(deps): bump serde from 1.0.218 to 1.0.219 by @dependabot[bot] in #28
- chore(deps): bump tokio from 1.43.0 to 1.44.0 by @dependabot[bot] in #29
- chore(deps): bump tokio from 1.44.0 to 1.44.1 by @dependabot[bot] in #30
- chore(deps): bump tempfile from 3.18.0 to 3.19.0 by @dependabot[bot] in #31
- chore(deps): bump git2 from 0.20.0 to 0.20.1 by @dependabot[bot] in #32
- chore(deps): bump clap_complete from 4.5.46 to 4.5.47 by @dependabot[bot] in #33
- chore(deps): bump tempfile from 3.19.0 to 3.19.1 by @dependabot[bot] in #34
- chore(deps): bump clap from 4.5.32 to 4.5.34 by @dependabot[bot] in #36
- chore(deps): bump clap from 4.5.34 to 4.5.35 by @dependabot[bot] in #37
- chore(deps): bump tokio from 1.44.1 to 1.44.2 by @dependabot[bot] in #38
- chore(deps): bump clap from 4.5.35 to 4.5.36 by @dependabot[bot] in #39
- chore(deps): bump anyhow from 1.0.97 to 1.0.98 by @dependabot[bot] in #40
- chore(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot[bot] in #41
- chore(deps): bump tabled from 0.18.0 to 0.19.0 by @dependabot[bot] in #42
- chore(deps): bump toml from 0.8.20 to 0.8.22 by @dependabot[bot] in #44
- chore(deps): bump sha2 from 0.10.8 to 0.10.9 by @dependabot[bot] in #46
- chore(deps): bump clap_complete from 4.5.47 to 4.5.49 by @dependabot[bot] in #47
- chore(deps): bump clap_complete from 4.5.49 to 4.5.50 by @dependabot[bot] in #48
- chore(deps): bump git2 from 0.20.1 to 0.20.2 by @dependabot[bot] in #49
- chore(deps): bump tokio from 1.44.2 to 1.45.0 by @dependabot[bot] in #50
- chore(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot[bot] in #51
- chore(deps): bump tempfile from 3.19.1 to 3.20.0 by @dependabot[bot] in #52
- chore(deps): bump tokio from 1.45.0 to 1.45.1 by @dependabot[bot] in #53
- chore(deps): bump clap_complete from 4.5.50 to 4.5.51 by @dependabot[bot] in #54
- chore(deps): bump clap from 4.5.38 to 4.5.39 by @dependabot[bot] in #55
- chore(deps): bump clap_complete from 4.5.51 to 4.5.52 by @dependabot[bot] in #56
- chore(deps): bump tabled from 0.19.0 to 0.20.0 by @dependabot[bot] in #57
- chore(deps): bump toml from 0.8.22 to 0.8.23 by @dependabot[bot] in #58
- chore(deps): bump clap_complete from 4.5.52 to 4.5.54 by @dependabot[bot] in #59
- chore(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot[bot] in #60
- chore(deps): bump console from 0.15.11 to 0.16.0 by @dependabot[bot] in #61
- chore(deps): bump tokio from 1.45.1 to 1.46.0 by @dependabot[bot] in #62
- chore(deps): bump tokio from 1.46.0 to 1.46.1 by @dependabot[bot] in #63
- chore(deps): bump clap_complete from 4.5.54 to 4.5.55 by @dependabot[bot] in #65
- chore(deps): bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #66
- chore(deps): bump toml from 0.8.23 to 0.9.2 by @dependabot[bot] in #68
- chore(deps): bump toml from 0.9.2 to 0.9.4 by @dependabot[bot] in #71
- chore(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #72
- chore(deps): bump tokio from 1.46.1 to 1.47.1 by @dependabot[bot] in #73
- chore(deps): bump toml from 0.9.4 to 0.9.5 by @dependabot[bot] in #74
- chore(deps): bump clap_complete from 4.5.55 to 4.5.57 by @dependabot[bot] in #77
- chore(deps): bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #79
- chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #81
- chore(deps): bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in #82
- chore(deps): bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in #83
- chore(deps): bump clap from 4.5.42 to 4.5.47 by @dependabot[bot] in #85
- feat(copy): deep recursive copy of plugin files by @tetzng in #86
- feat(list): add json format by @tetzng in #87
- perf(async): parallelize uninstall and upgrade by @tetzng in #88
- feat(doctor): add 'pez doctor' for setup checks by @tetzng in #89
- feat(migrate): add 'pez migrate' to import from fisher by @tetzng in #90
- perf(prune): parallelize prune with bounded pool by @tetzng in #91
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @tetzng in #92
- fix(migrate): skip adding 'fisher' itself to migration by @tetzng in #93
- chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #94
- chore(deps): bump console from 0.16.0 to 0.16.1 by @dependabot[bot] in #95
- chore(deps): bump tempfile from 3.21.0 to 3.22.0 by @dependabot[bot] in #96
- feat: added support for version specification by @tetzng in #97
- chore: improve error handling by @tetzng in #98
- refactor(resolver): centralize RefKind parsing and mappings by @tetzng in #99
- feat: harden selection resolution by @tetzng in #100
- refactor: extracted the plugin file copying logic by @tetzng in #101
- chore: added tests for resolving PluginSpec by @tetzng in #102
- chore(logging): add -v/--verbose and richer debug logs by @tetzng in #103
- refactor(lockfile): add contains_repo and upsert_plugin_by_repo by @tetzng in #104
- docs: update README for new schema and -v flag by @tetzng in #105
- chore(errors): remove remaining process::exit by @tetzng in #106
- docs: update document for cli by @tetzng in #107
- refactor(resolver): move Selection to resolver; by @tetzng in #108
- refactor(models): move core types to models by @tetzng in #109
- test: add unit tests for tag version selection and related paths by @tetzng in #110
- docs: restructure docs/ (getting-started, install, faq) by @tetzng in #111
- docs(README): refresh layout by @tetzng in #112
- test(utils): add dedupe skip test for copy_plugin_files by @tetzng in #113
- fix(git): unify fetch credentials with clone (Cred::default) by @tetzng in #114
- fix(list): prevent slice panic on short SHA (char-safe shortening) by @tetzng in #115
- refactor(core): remove unwrap/panic from runtime paths by @tetzng in https://github.com/...