Release Notes
Added
- (cli) add update notifications (#54)
- (cli) add shell completions command (#51)
- (ci) add PR binary size comparison workflow (#52)
- (sources) add unified overlay syntax (#48)
- (cli) improve version string format for local builds (#46)
- (cli) add dry-run flags, help headings, and create-local command (#45)
- (sources) add multi-source overlay sharing (#44)
- add debug logging and documentation improvements (#34)
Fixed
- (resolve) handle nested overlay repo structure correctly (#50)
- (ci) checkout PR branch before pushing metrics updates
Other
- (deps) bump dawidd6/action-download-artifact from 8 to 14 (#57)
- add workflow to close dependabot PRs for generated files
- cargo update
- (talk) restructure to apply-first flow with unified syntax (#47)
- (deps) bump the actions group with 5 updates (#42)
- (deps) bump the rust-deps group with 2 updates (#43)
- update sickle to pick up fixes
- add talk outline and Marp slide deck
- enhance justfile with organized recipes and bloat profile (#41)
- add reusable actions and improved workflows (#40)
- add Cargo.toml improvements for lints and profiles (#38)
- add conventional commit enforcement tooling (#39)
- add rust toolchain and formatting configuration (#37)
- add cargo binstall command
Install repoverlay 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tylerbutler/repoverlay/releases/download/v0.3.0/repoverlay-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/tylerbutler/repoverlay/releases/download/v0.3.0/repoverlay-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install tylerbutler/tap/repoverlayDownload repoverlay 0.3.0
| File | Platform | Checksum |
|---|---|---|
| repoverlay-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| repoverlay-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| repoverlay-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| repoverlay-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| repoverlay-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |