chore: bump version to 0.10.1 and update changelog
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable GoSentry changes are recorded in this file.
|
All notable GoSentry changes are recorded in this file.
|
||||||
|
|
||||||
|
## 0.10.1 - 2026-06-24
|
||||||
|
|
||||||
|
**Refactoring:**
|
||||||
|
- Unified icon asset naming from mixed scheme (big/16x16) to consistent
|
||||||
|
size-based names (large/small) for clarity and maintainability.
|
||||||
|
|
||||||
## 0.10.0 - 2026-06-24
|
## 0.10.0 - 2026-06-24
|
||||||
|
|
||||||
**Compact activity rows; per-job execution-time statistics seeded from log files.**
|
**Compact activity rows; per-job execution-time statistics seeded from log files.**
|
||||||
|
|||||||
+1
-1
@@ -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.10.0"
|
var Version = "0.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user