Skip to content

Commit 81f950d

Browse files
Uwe Jankeclaude
andcommitted
Release 1.5.1.0: supersede mislabeled v1.5.0 tag
The existing v1.5.0 GitHub release points at a commit whose manifest was only 1.4.7.0, so its tag name outranks the current 1.4.x line by semver. Bump to 1.5.1.0 so the collected 1.4.8-1.4.15 fixes are unambiguously the latest release and get picked up by the update mechanism. No new function code vs 1.4.15.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c8bcd83 commit 81f950d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sqmSQLTool — Changelog
22

3+
## [1.5.1.0] — 2026-06-10
4+
5+
Versionssprung über das (fehlbenannte) Tag v1.5.0, damit die gesammelten Fixes 1.4.8 - 1.4.15
6+
auf GitHub eindeutig die neueste Version sind und vom Update-Mechanismus gezogen werden.
7+
Inhaltlich identisch mit 1.4.15.0 (siehe Einträge darunter); kein neuer Funktionscode.
8+
39
## [1.4.15.0] — 2026-06-10
410

511
### 🔧 Fixes

sqmSQLTool.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
RootModule = 'sqmSQLTool.psm1'
1818

1919
# Version number of this module.
20-
ModuleVersion = '1.4.15.0'
20+
ModuleVersion = '1.5.1.0'
2121

2222
# ID used to uniquely identify this module
2323
GUID = 'c4b10ba2-aee2-4d8d-ad86-a6e97c346ba6'
@@ -231,7 +231,7 @@
231231
# IconUri = ''
232232

233233
# ReleaseNotes of this module
234-
ReleaseNotes = 'See CHANGELOG.md and GitHub: https://github.com/JankeUwe/sqmSQLTool/releases/tag/v1.4.15.0'
234+
ReleaseNotes = 'See CHANGELOG.md and GitHub: https://github.com/JankeUwe/sqmSQLTool/releases/tag/v1.5.1.0'
235235
}
236236
}
237237
}

0 commit comments

Comments
 (0)