Skip to content

Commit 2bb843e

Browse files
shmuelieCopilot
andauthored
Release Git 0.8.0, Utilities 0.3.1, VisualStudio 0.1.1 (#145)
Cut releases for the three modules with pending changes: - Shmuelie.Git 0.8.0: compact Update-AllWorktrees formatting and -ChangedOnly. - Shmuelie.Utilities 0.3.1: custom Save-PSResource path update fix. - Shmuelie.VisualStudio 0.1.1: restored Start-DevShell ShouldProcess support. Move each module's Unreleased notes into dated sections and update manifest, README, and documentation-site version references. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b98f01a0-a039-492f-8576-b1917e54742d
1 parent a38aa2b commit 2bb843e

11 files changed

Lines changed: 18 additions & 12 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ install and upgrade each module on its own.
1515

1616
| Module | Description | Version |
1717
|---|---|---|
18-
| [Shmuelie.Git](modules.md#shmuelie-git) | Git worktrees, layout, status, completion, and prediction | 0.7.0 |
18+
| [Shmuelie.Git](modules.md#shmuelie-git) | Git worktrees, layout, status, completion, and prediction | 0.8.0 |
1919
| [Shmuelie.Copilot](modules.md#shmuelie-copilot) | Copilot CLI sessions, plugins, marketplaces, MCP, and launcher | 0.3.0 |
2020
| [Shmuelie.Node](modules.md#shmuelie-node) | Node.js, nvm-windows, npm, and ADO npm credentials | 0.1.3 |
21-
| [Shmuelie.Utilities](modules.md#shmuelie-utilities) | .NET, Python, VS Code, and terminal helpers | 0.3.0 |
21+
| [Shmuelie.Utilities](modules.md#shmuelie-utilities) | .NET, Python, VS Code, and terminal helpers | 0.3.1 |
2222
| [Shmuelie.Windows](modules.md#shmuelie-windows) | Windows-only installed-apps, Terminal, WPR, and service helpers | 0.1.1 |
2323
| [Shmuelie.Dsc](modules.md#shmuelie-dsc) | DSC v3 resources for setup: modules, symlinks, Copilot plugins/marketplaces, uv tools | 0.1.0 |
24-
| [Shmuelie.VisualStudio](modules.md#shmuelie-visualstudio) | Visual Studio discovery and developer shell launch helpers | 0.1.0 |
24+
| [Shmuelie.VisualStudio](modules.md#shmuelie-visualstudio) | Visual Studio discovery and developer shell launch helpers | 0.1.1 |
2525

2626
## Quick start
2727

docs/modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ no longer eagerly imports PSReadLine before registering the predictor.
3232
## Shmuelie.Git
3333

3434
Git repository, worktree, status, completion, and PSReadLine prediction helpers.
35-
**Version 0.7.0.**
35+
**Version 0.8.0.**
3636
[README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Git/README.md)
3737

3838
Highlights:
@@ -78,7 +78,7 @@ Highlights:
7878
## Shmuelie.Utilities
7979

8080
General developer utilities for PowerShell, .NET tools, Python packages, VS
81-
Code, terminal recovery, and general developer workflows. **Version 0.3.0.**
81+
Code, terminal recovery, and general developer workflows. **Version 0.3.1.**
8282
[README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.Utilities/README.md)
8383

8484
Highlights:
@@ -115,7 +115,7 @@ Highlights:
115115

116116
## Shmuelie.VisualStudio
117117

118-
Visual Studio developer shell helpers for PowerShell. **Version 0.1.0.**
118+
Visual Studio developer shell helpers for PowerShell. **Version 0.1.1.**
119119
[README](https://github.com/shmuelie/powershell-modules/blob/main/modules/Shmuelie.VisualStudio/README.md)
120120

121121
Highlights:

modules/Shmuelie.Git/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2026-08-27
10+
911
### Added
1012
- `Update-AllWorktrees -ChangedOnly` emits one compact row per updated,
1113
removed, or failed worktree while retaining organization/repository context.

modules/Shmuelie.Git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Git repository, worktree, status, completion, and PSReadLine prediction helpers.
44

5-
**Version:** 0.7.0
5+
**Version:** 0.8.0
66

77
## Install
88

modules/Shmuelie.Git/Shmuelie.Git.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Shmuelie.Git.psm1'
3-
ModuleVersion = '0.7.0'
3+
ModuleVersion = '0.8.0'
44
GUID = 'c94a90e6-22f7-44b9-9db0-fdf51f245693'
55
Author = 'Shmueli Englard'
66
CompanyName = 'Shmuelie'

modules/Shmuelie.Utilities/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under
66

77
## [Unreleased]
88

9+
## [0.3.1] - 2026-08-27
10+
911
### Fixed
1012
- `Update-InstalledPSResource` now updates modules deployed with `Save-PSResource`
1113
to a custom path. The previous implementation called `Update-PSResource` (which

modules/Shmuelie.Utilities/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
General developer utilities for PowerShell, .NET tools, Python packages, VS
44
Code, terminal recovery, and general developer workflows.
55

6-
**Version:** 0.3.0
6+
**Version:** 0.3.1
77

88
## Install
99

modules/Shmuelie.Utilities/Shmuelie.Utilities.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Shmuelie.Utilities.psm1'
3-
ModuleVersion = '0.3.0'
3+
ModuleVersion = '0.3.1'
44
GUID = 'ebba55f0-7da9-4b2b-811f-e325c1124bdb'
55
Author = 'Shmueli Englard'
66
CompanyName = 'Shmuelie'

modules/Shmuelie.VisualStudio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versions change only when a release is cut; unreleased work stays under
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2026-08-27
10+
911
### Fixed
1012
- `Start-DevShell` once again supports `-WhatIf` and `-Confirm`, and does not
1113
start a nested PowerShell process when `ShouldProcess` declines the launch.

modules/Shmuelie.VisualStudio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ installed Visual Studio years that have matching `Set-VS<year>` provider
55
commands and can launch a nested PowerShell session configured for one of those
66
environments.
77

8-
**Version:** 0.1.0
8+
**Version:** 0.1.1
99

1010
## Install
1111

0 commit comments

Comments
 (0)