From c404bb3d448c7183063895b6fce031c2cbbb2823 Mon Sep 17 00:00:00 2001 From: Shmueli Englard Date: Fri, 21 Aug 2026 16:31:36 -0700 Subject: [PATCH] Release Git 0.6.0, Copilot 0.2.0, Node 0.1.3, Utilities 0.2.3 Cut releases for all four modules, moving each module's [Unreleased] notes into a dated section and bumping the manifest, README, and docs site versions: - Shmuelie.Git 0.5.0 -> 0.6.0 (-WorktreePath, -Path targeting, InProgress worktree handling, predictor import cost reduction) - Shmuelie.Copilot 0.1.3 -> 0.2.0 (Select-CopilotSession) - Shmuelie.Node 0.1.2 -> 0.1.3 (Windows-only nvm wrapper guards) - Shmuelie.Utilities 0.2.2 -> 0.2.3 (Windows-only registry/Terminal/WPR guards) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b98f01a0-a039-492f-8576-b1917e54742d --- docs/index.md | 8 ++++---- docs/modules.md | 8 ++++---- modules/Shmuelie.Copilot/CHANGELOG.md | 2 ++ modules/Shmuelie.Copilot/README.md | 2 +- modules/Shmuelie.Copilot/Shmuelie.Copilot.psd1 | 2 +- modules/Shmuelie.Git/CHANGELOG.md | 2 ++ modules/Shmuelie.Git/README.md | 2 +- modules/Shmuelie.Git/Shmuelie.Git.psd1 | 2 +- modules/Shmuelie.Node/CHANGELOG.md | 2 ++ modules/Shmuelie.Node/README.md | 2 +- modules/Shmuelie.Node/Shmuelie.Node.psd1 | 2 +- modules/Shmuelie.Utilities/CHANGELOG.md | 2 ++ modules/Shmuelie.Utilities/README.md | 2 +- modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1 | 2 +- 14 files changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/index.md b/docs/index.md index 59594af..64d9c6d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,10 +15,10 @@ install and upgrade each module on its own. | Module | Description | Version | |---|---|---| -| [Shmuelie.Git](modules.md#shmuelie-git) | Git worktrees, layout, status, completion, and prediction | 0.5.0 | -| [Shmuelie.Copilot](modules.md#shmuelie-copilot) | Copilot CLI sessions, plugins, marketplaces, MCP, and launcher | 0.1.3 | -| [Shmuelie.Node](modules.md#shmuelie-node) | Node.js, nvm-windows, npm, and ADO npm credentials | 0.1.2 | -| [Shmuelie.Utilities](modules.md#shmuelie-utilities) | .NET, Python, VS Code, Terminal, services, and WPR | 0.2.2 | +| [Shmuelie.Git](modules.md#shmuelie-git) | Git worktrees, layout, status, completion, and prediction | 0.6.0 | +| [Shmuelie.Copilot](modules.md#shmuelie-copilot) | Copilot CLI sessions, plugins, marketplaces, MCP, and launcher | 0.2.0 | +| [Shmuelie.Node](modules.md#shmuelie-node) | Node.js, nvm-windows, npm, and ADO npm credentials | 0.1.3 | +| [Shmuelie.Utilities](modules.md#shmuelie-utilities) | .NET, Python, VS Code, Terminal, services, and WPR | 0.2.3 | ## Quick start diff --git a/docs/modules.md b/docs/modules.md index 760e1b7..552dcd7 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -31,7 +31,7 @@ no longer eagerly imports PSReadLine before registering the predictor. ## Shmuelie.Git Git repository, worktree, status, completion, and PSReadLine prediction helpers. -**Version 0.5.0.** +**Version 0.6.0.** [README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Git/README.md) Highlights: @@ -45,7 +45,7 @@ Highlights: ## Shmuelie.Copilot GitHub Copilot CLI sessions, plugins, marketplaces, MCP servers, and the -`Start-Copilot` launcher. **Version 0.1.3.** +`Start-Copilot` launcher. **Version 0.2.0.** [README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Copilot/README.md) Highlights: @@ -65,7 +65,7 @@ Highlights: ## Shmuelie.Node Node.js, nvm-windows, npm package, and Azure DevOps npm credential helpers. -**Version 0.1.2.** +**Version 0.1.3.** [README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Node/README.md) Highlights: @@ -77,7 +77,7 @@ Highlights: ## Shmuelie.Utilities General developer utilities for PowerShell, .NET tools, Python packages, VS -Code, Windows Terminal, services, applications, and WPR. **Version 0.2.2.** +Code, Windows Terminal, services, applications, and WPR. **Version 0.2.3.** [README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Utilities/README.md) Highlights: diff --git a/modules/Shmuelie.Copilot/CHANGELOG.md b/modules/Shmuelie.Copilot/CHANGELOG.md index d8efac0..46f8fc3 100644 --- a/modules/Shmuelie.Copilot/CHANGELOG.md +++ b/modules/Shmuelie.Copilot/CHANGELOG.md @@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under ## [Unreleased] +## [0.2.0] - 2026-08-21 + ### Added - `Select-CopilotSession` resumes a session chosen from all Copilot sessions on the machine, with scriptable filters and a picker fallback. diff --git a/modules/Shmuelie.Copilot/README.md b/modules/Shmuelie.Copilot/README.md index f7eb208..ae3818a 100644 --- a/modules/Shmuelie.Copilot/README.md +++ b/modules/Shmuelie.Copilot/README.md @@ -3,7 +3,7 @@ GitHub Copilot CLI session, plugin, marketplace, and MCP helpers, plus the `Start-Copilot` launcher. Depends only on the public `copilot` executable. -**Version:** 0.1.3 +**Version:** 0.2.0 ## Install diff --git a/modules/Shmuelie.Copilot/Shmuelie.Copilot.psd1 b/modules/Shmuelie.Copilot/Shmuelie.Copilot.psd1 index dc2157c..03ba9a6 100644 --- a/modules/Shmuelie.Copilot/Shmuelie.Copilot.psd1 +++ b/modules/Shmuelie.Copilot/Shmuelie.Copilot.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Shmuelie.Copilot.psm1' - ModuleVersion = '0.1.3' + ModuleVersion = '0.2.0' GUID = 'f7928388-cc43-454f-8265-a7e1664422dd' Author = 'Shmueli Englard' CompanyName = 'Shmuelie' diff --git a/modules/Shmuelie.Git/CHANGELOG.md b/modules/Shmuelie.Git/CHANGELOG.md index 1bb08b0..3dffd1e 100644 --- a/modules/Shmuelie.Git/CHANGELOG.md +++ b/modules/Shmuelie.Git/CHANGELOG.md @@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under ## [Unreleased] +## [0.6.0] - 2026-08-21 + ### Added - Added consistent `-Path` repository targeting to Git status, worktree, sync, stale-branch, and worktree-update helpers so callers can operate on another diff --git a/modules/Shmuelie.Git/README.md b/modules/Shmuelie.Git/README.md index d791f03..8a551e7 100644 --- a/modules/Shmuelie.Git/README.md +++ b/modules/Shmuelie.Git/README.md @@ -2,7 +2,7 @@ Git repository, worktree, status, completion, and PSReadLine prediction helpers. -**Version:** 0.5.0 +**Version:** 0.6.0 ## Install diff --git a/modules/Shmuelie.Git/Shmuelie.Git.psd1 b/modules/Shmuelie.Git/Shmuelie.Git.psd1 index 28d6957..45a1632 100644 --- a/modules/Shmuelie.Git/Shmuelie.Git.psd1 +++ b/modules/Shmuelie.Git/Shmuelie.Git.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Shmuelie.Git.psm1' - ModuleVersion = '0.5.0' + ModuleVersion = '0.6.0' GUID = 'c94a90e6-22f7-44b9-9db0-fdf51f245693' Author = 'Shmueli Englard' CompanyName = 'Shmuelie' diff --git a/modules/Shmuelie.Node/CHANGELOG.md b/modules/Shmuelie.Node/CHANGELOG.md index 8ee4e29..ad8a8b7 100644 --- a/modules/Shmuelie.Node/CHANGELOG.md +++ b/modules/Shmuelie.Node/CHANGELOG.md @@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under ## [Unreleased] +## [0.1.3] - 2026-08-21 + ### Changed - Fail fast with a clear Windows-only error when nvm-windows wrapper cmdlets are used on non-Windows platforms. diff --git a/modules/Shmuelie.Node/README.md b/modules/Shmuelie.Node/README.md index 871a40c..1575fe8 100644 --- a/modules/Shmuelie.Node/README.md +++ b/modules/Shmuelie.Node/README.md @@ -2,7 +2,7 @@ Node.js, nvm-windows, npm package, and Azure DevOps npm credential helpers. -**Version:** 0.1.2 +**Version:** 0.1.3 ## Install diff --git a/modules/Shmuelie.Node/Shmuelie.Node.psd1 b/modules/Shmuelie.Node/Shmuelie.Node.psd1 index 2c7de3f..033d816 100644 --- a/modules/Shmuelie.Node/Shmuelie.Node.psd1 +++ b/modules/Shmuelie.Node/Shmuelie.Node.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Shmuelie.Node.psm1' - ModuleVersion = '0.1.2' + ModuleVersion = '0.1.3' GUID = 'c2fc780d-9f68-49ec-997a-f15809c8b642' Author = 'Shmueli Englard' CompanyName = 'Shmuelie' diff --git a/modules/Shmuelie.Utilities/CHANGELOG.md b/modules/Shmuelie.Utilities/CHANGELOG.md index df75fbe..4b9a804 100644 --- a/modules/Shmuelie.Utilities/CHANGELOG.md +++ b/modules/Shmuelie.Utilities/CHANGELOG.md @@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under ## [Unreleased] +## [0.2.3] - 2026-08-21 + ### Changed - Windows-only utilities now fail fast with clear terminating errors on non-Windows platforms before touching registry, Windows Terminal, or WPR state. diff --git a/modules/Shmuelie.Utilities/README.md b/modules/Shmuelie.Utilities/README.md index 6420eaa..bb20005 100644 --- a/modules/Shmuelie.Utilities/README.md +++ b/modules/Shmuelie.Utilities/README.md @@ -4,7 +4,7 @@ General developer utilities for PowerShell, .NET tools, Python packages, VS Code, Windows Terminal, Windows services, installed applications, and WPR tracing. -**Version:** 0.2.2 +**Version:** 0.2.3 ## Install diff --git a/modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1 b/modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1 index 74ca090..9578cce 100644 --- a/modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1 +++ b/modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'Shmuelie.Utilities.psm1' - ModuleVersion = '0.2.2' + ModuleVersion = '0.2.3' GUID = 'ebba55f0-7da9-4b2b-811f-e325c1124bdb' Author = 'Shmueli Englard' CompanyName = 'Shmuelie'