File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,23 @@ All notable changes to RepoHerd will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 8.0.1] - Unreleased
8+ ## [ 9.0.0] - 2026-03-31
9+
10+ ### Changed
11+
12+ - ** BREAKING** : Renamed project from LsiGitCheckout to RepoHerd
13+ - Module renamed: ` LsiGitCheckout.psm1 ` → ` RepoHerd.psm1 `
14+ - Entry point renamed: ` LsiGitCheckout.ps1 ` → ` RepoHerd.ps1 `
15+ - Manifest renamed: ` LsiGitCheckout.psd1 ` → ` RepoHerd.psd1 `
16+ - Initialization function renamed: ` Initialize-LsiGitCheckout ` → ` Initialize-RepoHerd `
17+ - Error file renamed: ` LsiGitCheckout_Errors.txt ` → ` RepoHerd_Errors.txt `
18+
19+ ### Added
20+
21+ - GitHub Pages landing page (` index.html ` ) with SEO metadata, sitemap, and robots.txt
22+ - Split detailed documentation from README into dedicated files under ` docs/ `
23+
24+ ## [ 8.0.1] - 2026-03-21
925
1026### Changed
1127
Original file line number Diff line number Diff line change 4646 .\RepoHerd.ps1 -Verbose -DisablePostCheckoutScripts
4747 .\RepoHerd.ps1 -EnableDebug -EnableErrorContext
4848. NOTES
49- Version: 8 .0.1
49+ Version: 9 .0.0
5050 Last Modified: 2026-03-20
5151
5252 Requires PowerShell 7.6 LTS or later (installs side-by-side with Windows PowerShell 5.1).
@@ -109,7 +109,7 @@ Initialize-RepoHerd `
109109# Main execution
110110$exitCode = 0
111111try {
112- Write-Log " RepoHerd started - Version 8 .0.1 " - Level Info
112+ Write-Log " RepoHerd started - Version 9 .0.0 " - Level Info
113113 Write-Log " Script path: $scriptDir " - Level Debug
114114 Write-Log " PowerShell version: $ ( $PSVersionTable.PSVersion ) " - Level Debug
115115 Write-Log " Operating System: $ ( [System.Environment ]::OSVersion.VersionString) " - Level Debug
Original file line number Diff line number Diff line change 11@ {
22 # Module manifest for RepoHerd
33 RootModule = ' RepoHerd.psm1'
4- ModuleVersion = ' 8 .0.1 '
4+ ModuleVersion = ' 9 .0.0 '
55 GUID = ' a1b2c3d4-e5f6-7890-abcd-ef1234567890'
66 Author = ' LS Instruments AG'
77 CompanyName = ' LS Instruments AG'
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ <h2>Clone and Manage Multi-Repository Git Dependencies</h2>
276276 < span class ="badge badge-green "> PowerShell 7.6 LTS</ span >
277277 < span class ="badge badge-blue "> Cross-Platform</ span >
278278 < span class ="badge badge-purple "> SemVer</ span >
279- < span class ="badge badge-orange "> v8 .0.1 </ span >
279+ < span class ="badge badge-orange "> v9 .0.0 </ span >
280280 </ div >
281281 < div class ="code-block ">
282282 < span class ="comment "> # Clone and checkout dependencies to specified versions</ span > < br >
You can’t perform that action at this time.
0 commit comments