Skip to content

Commit 962a2ad

Browse files
AndreaV-Lsiclaude
andcommitted
chore: Bump version to 9.0.0 and update CHANGELOG
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 84a4671 commit 962a2ad

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,23 @@ All notable changes to RepoHerd will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

RepoHerd.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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
111111
try {
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

RepoHerd.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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'

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)