Skip to content

Releases: LS-Instruments/RepoHerd

v9.0.0 — RepoHerd

31 Mar 15:37

Choose a tag to compare

Breaking Changes

  • Project renamed from LsiGitCheckout to RepoHerd
    • Module: LsiGitCheckout.psm1RepoHerd.psm1
    • Entry point: LsiGitCheckout.ps1RepoHerd.ps1
    • Manifest: LsiGitCheckout.psd1RepoHerd.psd1
    • Initialization function: Initialize-LsiGitCheckoutInitialize-RepoHerd
    • Error file: LsiGitCheckout_Errors.txtRepoHerd_Errors.txt

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.json

v8.0.1

21 Mar 00:56

Choose a tag to compare

Full Changelog: v8.0.0...v8.0.1

v8.0.0

21 Mar 00:36

Choose a tag to compare

Full Changelog: v7.1.0...v8.0.0

v7.1.0

08 Sep 14:28

Choose a tag to compare

Full Changelog: v7.0.0...v7.1.0

v7.0.0

02 Sep 19:10

Choose a tag to compare

Full Changelog: v6.2.1...v7.0.0

v6.2.1

01 Aug 18:54

Choose a tag to compare

Full Changelog: v6.2.0...v6.2.1

v6.2.0

26 Jul 22:40

Choose a tag to compare

Full Changelog: v6.1.0...v6.2.0

v6.1.0

24 Jul 14:06

Choose a tag to compare

Full Changelog: v6.0.0...v6.1.0

v6.0.0

24 Jul 14:06

Choose a tag to compare

Full Changelog: v5.0.0...v6.0.0

v5.0.0

19 Jul 13:17

Choose a tag to compare

Full Changelog: v4.2.0...v5.0.0