Bump version to 0.6.0; update changelog

Phase 2 (PySentry legacy removal) complete: removed legacy autostart code
for Windows and Linux, updated ignore files for JSON storage.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-22 22:24:52 +03:00
parent 2505181291
commit 6fcaa46f7a
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable GoSentry changes are recorded in this file. All notable GoSentry changes are recorded in this file.
## 0.6.0 - 2026-06-22
**PySentry legacy code removed.**
- Removed all PySentry registry autostart entries (Windows), systemd and desktop file cleanup (Linux), and associated legacy code paths.
- Updated `.gitignore` and `.dockerignore` to ignore `gosentry.json` / `jobs.json` instead of the old YAML filenames;
added `*.yaml` wildcard to ignore legacy files during the import window.
- No observable behavior changes; codebase cleanup after migration from PySentry naming.
## 0.5.0 - 2026-06-22 ## 0.5.0 - 2026-06-22
**Storage migrated from YAML to JSON; exit-code flexibility removed.** **Storage migrated from YAML to JSON; exit-code flexibility removed.**
+1 -1
View File
@@ -3,4 +3,4 @@ package app
// Version is the application version shown in the GUI and used by build // Version is the application version shown in the GUI and used by build
// scripts in artifact names. It is a var rather than a const so release builds // scripts in artifact names. It is a var rather than a const so release builds
// can override it with Go ldflags when CI tags a build. // can override it with Go ldflags when CI tags a build.
var Version = "0.5.0" var Version = "0.6.0"