chore(release): consolidate v1.5.1–v1.5.4 into single v1.5.0 Unreleased entry
None of v1.5.1 / v1.5.2 / v1.5.3 / v1.5.4 ever shipped — they only existed as separate CHANGELOG entries on this unmerged feature branch. SemVer ties version numbers to releases, not commits. From a field machine's perspective, the world skips straight from v1.4.4 to whatever the next built-and-pushed installer is tagged. Revert VERSION / AppVersion / module-docstring version comments to v1.5.0 across: - series3_watcher.py (VERSION = "1.5.0") - installer.iss (AppVersion=1.5.0) - series3_tray.py (docstring) - settings_dialog.py (docstring) - README.md (banner + footer) Consolidate the four split CHANGELOG sections into a single "## [Unreleased] — v1.5.0" entry covering all the work in one release. Configuration key table consolidated into one place. No commit history rewriting — the per-commit code changes still make sense as logical units for code review; only the surface- level version metadata + CHANGELOG narrative was misleading. Going forward: accumulate work-in-progress under an "[Unreleased]" heading, bump VERSION only at actual release time.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
[Setup]
|
||||
AppName=Series 3 Watcher
|
||||
AppVersion=1.5.4
|
||||
AppVersion=1.5.0
|
||||
AppPublisher=Terra-Mechanics Inc.
|
||||
DefaultDirName={pf}\Series3Watcher
|
||||
DefaultGroupName=Series 3 Watcher
|
||||
|
||||
Reference in New Issue
Block a user