Releases: LS-Instruments/RepoHerd
Releases · LS-Instruments/RepoHerd
v9.0.0 — RepoHerd
Breaking Changes
- Project renamed from LsiGitCheckout to RepoHerd
- Module:
LsiGitCheckout.psm1→RepoHerd.psm1 - Entry point:
LsiGitCheckout.ps1→RepoHerd.ps1 - Manifest:
LsiGitCheckout.psd1→RepoHerd.psd1 - Initialization function:
Initialize-LsiGitCheckout→Initialize-RepoHerd - Error file:
LsiGitCheckout_Errors.txt→RepoHerd_Errors.txt
- Module:
Added
- GitHub Pages landing page with SEO metadata, sitemap, and robots.txt
- Split detailed documentation from README into dedicated files under
docs/
Migration from v8.x
Update any scripts that reference the old filenames or function name:
# Before
.\LsiGitCheckout.ps1 -InputFile dependencies.json
# After
.\RepoHerd.ps1 -InputFile dependencies.jsonv8.0.1
Full Changelog: v8.0.0...v8.0.1
v8.0.0
Full Changelog: v7.1.0...v8.0.0
v7.1.0
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Full Changelog: v6.2.1...v7.0.0
v6.2.1
Full Changelog: v6.2.0...v6.2.1
v6.2.0
Full Changelog: v6.1.0...v6.2.0
v6.1.0
Full Changelog: v6.0.0...v6.1.0
v6.0.0
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Full Changelog: v4.2.0...v5.0.0