Releases: foundry-rs/foundryup
Releases · foundry-rs/foundryup
Release list
v0.0.8
What's Changed
- chore(deps): bump the cargo-weekly group with 4 updates by @dependabot[bot] in #103
- fix: resolve nightlies via Atom feed by @mablr in #105
- chore(deps): bump dtolnay/rust-toolchain from fa04a1451ff1842e2626ccb99004d0195b455a88 to 2c7215f132e9ebf062739d9130488b56d53c060c in the ci-weekly group by @dependabot[bot] in #106
- chore(deps): bump quick-xml from 0.38.4 to 0.41.0 in the cargo-weekly group by @dependabot[bot] in #107
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- chore(deps): bump the ci-weekly group with 2 updates by @dependabot[bot] in #97
- test: link fake foundry binaries by @DaniPopes in #99
- fix: preflight bins before activating by @stevencartavia in #100
- fix: retry missing attestation hashes by @DaniPopes in #101
- feat: add optional solar binary by @DaniPopes in #98
- feat: 0.0.7 by @DaniPopes in #102
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- fix: skip existing legacy migration target by @DaniPopes in #93
- chore(deps): bump the ci-weekly group with 2 updates by @dependabot[bot] in #94
- fix: reject update conflicts and clear stale bins by @stevencartavia in #95
- feat: v0.0.6 by @DaniPopes in #96
Full Changelog: v0.0.5...v0.0.6
v2.0.0-rc2
What's Changed
- chore(deps): bump crate-ci/typos from 1.42.1 to 1.42.3 by @dependabot[bot] in #34
- feat: add --cargo-profile and --cargo-features flags by @DaniPopes in #35
- chore(deps): bump crate-ci/typos from 1.42.3 to 1.43.1 by @dependabot[bot] in #36
- chore(deps): bump dtolnay/rust-toolchain from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9 by @dependabot[bot] in #39
- chore(deps): bump crate-ci/typos from 1.43.1 to 1.43.5 by @dependabot[bot] in #38
- chore(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in #40
- chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 by @dependabot[bot] in #42
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #43
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #41
- feat: show previous version on update by @DaniPopes in #44
- chore(deps): bump dtolnay/rust-toolchain from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 by @dependabot[bot] in #45
- chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 by @dependabot[bot] in #47
- chore(deps): add 7 day dependency cooldown by @decofe in #48
- chore: remove tempo fork support by @figtracer in #50
- chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 by @dependabot[bot] in #51
- chore(deps): bump rui314/setup-mold from 725a8794d15fc7563f59595bd9556495c0564878 to 9c9c13bf4c3f1adef0cc596abc155580bcb04444 by @dependabot[bot] in #52
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #53
- Improve GH actions by @grandizzy in #55
- test: cover foundry dir env semantics by @DaniPopes in #63
- feat: retry downloads with backoff by @stevencartavia in #65
- feat: resolve version channels by @stevencartavia in #64
- feat: generate man pages for source installs by @stevencartavia in #67
- feat: error when foundry binaries are in use by @stevencartavia in #66
- feat: match bash installer env, attestation, and path handling by @stevencartavia in #68
- fix: match bash installer arch fallback and command checks by @stevencartavia in #69
- fix: fix attestation verification by @stevencartavia in #70
- chore: group weekly dependabot updates by @decofe in #71
- fix: quote dependabot schedule time by @decofe in #72
- fix: keep --list/--use offline and skip migration on --update by @stevencartavia in #74
- fix: enforce binary validity during activation by @stevencartavia in #73
- fix: resolve latest/stable via release redirect to avoid API rate limit by @stevencartavia in #77
- fix: restore legacy --use behavior for literal and custom-repo versions by @stevencartavia in #76
- fix: emit --list to stdout and honor FOUNDRYUP_MAX_RETRIES by @stevencartavia in #75
- fix: fail --list on broken installs and ignore FOUNDRYUP_JOBS env by @stevencartavia in #79
- fix: print update warning before install by @stevencartavia in #80
- fix:
check_bins_in_useby user by @mablr in #83 - fix: match legacy --use version detection for non-semver tags by @stevencartavia in #82
- fix: resolve foundryup self-update version via release redirect by @stevencartavia in #81
- fix: treat empty CLI option values as unset by @stevencartavia in #85
- fix: default Linux to glibc artifact by @stevencartavia in #84
- chore(deps): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 67ef31d5b988238dd797d409d6f9574278e20537 in the ci-weekly group by @dependabot[bot] in #86
- chore: dependabot update by @DaniPopes in #88
- chore: bump all deps by @DaniPopes in #87
New Contributors
- @decofe made their first contribution in #48
- @figtracer made their first contribution in #50
- @grandizzy made their first contribution in #55
- @stevencartavia made their first contribution in #65
- @mablr made their first contribution in #83
Full Changelog: v2.0.0-rc1...v2.0.0-rc2
v0.0.5
What's Changed
- chore: update installation command in README by @zerosnacks in #32
- chore(deps): bump crate-ci/typos from 1.42.1 to 1.42.3 by @dependabot[bot] in #34
- feat: add --cargo-profile and --cargo-features flags by @DaniPopes in #35
- chore(deps): bump crate-ci/typos from 1.42.3 to 1.43.1 by @dependabot[bot] in #36
- chore(deps): bump dtolnay/rust-toolchain from f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 to efa25f7f19611383d5b0ccf2d1c8914531636bf9 by @dependabot[bot] in #39
- chore(deps): bump crate-ci/typos from 1.43.1 to 1.43.5 by @dependabot[bot] in #38
- chore(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in #40
- chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 by @dependabot[bot] in #42
- chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #43
- chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #41
- feat: show previous version on update by @DaniPopes in #44
- chore(deps): bump dtolnay/rust-toolchain from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 by @dependabot[bot] in #45
- chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 by @dependabot[bot] in #47
- chore(deps): add 7 day dependency cooldown by @decofe in #48
- chore: remove tempo fork support by @figtracer in #50
- chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 by @dependabot[bot] in #51
- chore(deps): bump rui314/setup-mold from 725a8794d15fc7563f59595bd9556495c0564878 to 9c9c13bf4c3f1adef0cc596abc155580bcb04444 by @dependabot[bot] in #52
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #53
- Improve GH actions by @grandizzy in #55
- test: cover foundry dir env semantics by @DaniPopes in #63
- feat: retry downloads with backoff by @stevencartavia in #65
- feat: resolve version channels by @stevencartavia in #64
- feat: generate man pages for source installs by @stevencartavia in #67
- feat: error when foundry binaries are in use by @stevencartavia in #66
- feat: match bash installer env, attestation, and path handling by @stevencartavia in #68
- fix: match bash installer arch fallback and command checks by @stevencartavia in #69
- fix: fix attestation verification by @stevencartavia in #70
- chore: group weekly dependabot updates by @decofe in #71
- fix: quote dependabot schedule time by @decofe in #72
- fix: keep --list/--use offline and skip migration on --update by @stevencartavia in #74
- fix: enforce binary validity during activation by @stevencartavia in #73
- fix: resolve latest/stable via release redirect to avoid API rate limit by @stevencartavia in #77
- fix: restore legacy --use behavior for literal and custom-repo versions by @stevencartavia in #76
- fix: emit --list to stdout and honor FOUNDRYUP_MAX_RETRIES by @stevencartavia in #75
- fix: fail --list on broken installs and ignore FOUNDRYUP_JOBS env by @stevencartavia in #79
- fix: print update warning before install by @stevencartavia in #80
- fix:
check_bins_in_useby user by @mablr in #83 - fix: match legacy --use version detection for non-semver tags by @stevencartavia in #82
- fix: resolve foundryup self-update version via release redirect by @stevencartavia in #81
- fix: treat empty CLI option values as unset by @stevencartavia in #85
- fix: default Linux to glibc artifact by @stevencartavia in #84
- chore(deps): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 67ef31d5b988238dd797d409d6f9574278e20537 in the ci-weekly group by @dependabot[bot] in #86
- chore: dependabot update by @DaniPopes in #88
- chore: bump all deps by @DaniPopes in #87
- feat: v0.0.5 by @DaniPopes in #92
New Contributors
- @decofe made their first contribution in #48
- @figtracer made their first contribution in #50
- @grandizzy made their first contribution in #55
- @stevencartavia made their first contribution in #65
- @mablr made their first contribution in #83
Full Changelog: v0.0.4...v0.0.5
v2.0.0-rc1
What's Changed
- chore: update installation command in README by @zerosnacks in #32
Full Changelog: v0.0.4...v2.0.0-rc1
v0.0.4
What's Changed
- chore(deps): bump ci deps, add dependabot by @zerosnacks in #27
- chore(deps): bump dtolnay/rust-toolchain from 0b1efabc08b657293548b77fb76cc02d26091c7e to f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 by @dependabot[bot] in #29
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #31
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #28
- chore(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 by @dependabot[bot] in #30
- feat: add build attestations and verification for installer binaries by @zerosnacks in #22
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v0.0.2...v0.0.4
v0.0.3
What's Changed
- chore(deps): bump ci deps, add dependabot by @zerosnacks in #27
- chore(deps): bump dtolnay/rust-toolchain from 0b1efabc08b657293548b77fb76cc02d26091c7e to f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 by @dependabot[bot] in #29
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #31
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #28
- chore(deps): bump crate-ci/typos from 1.42.0 to 1.42.1 by @dependabot[bot] in #30
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(meta): add issue templates by @DaniPopes in #10
- test: add update tests by @DaniPopes in #11
- ci: don't use depot by @DaniPopes in #13
- perf: use dist profile for release builds by @DaniPopes in #12
- ci: enable linux arm release by @DaniPopes in #14
- refactor: replace say/warn functions with macros by @DaniPopes in #19
- feat: symlink foundry binaries instead of copying on Unix by @DaniPopes in #18
- docs: add installation to README.md by @DaniPopes in #20
- fix: store versions per-repo to prevent fork collisions by @DaniPopes in #17
- feat: expand test matrix to match release matrix, use depot runners by @zerosnacks in #24
- ci: use depot runners in release workflow by @zerosnacks in #25
New Contributors
- @zerosnacks made their first contribution in #24
Full Changelog: v0.0.1...v0.0.2