We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d98de6 commit 3b0135bCopy full SHA for 3b0135b
1 file changed
CHANGELOG.md
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.5] - 2026-01-11
11
+
12
+### Fixed
13
+- **Version Display for `go install`** - Now shows actual version instead of "dev"
14
+ - Uses `runtime/debug.ReadBuildInfo()` to read version from Go module system
15
+ - Displays correct version, commit hash, and build time
16
+ - No more confusion about what version is installed
17
+ - Works for both `go install` and pre-built binaries
18
19
+**Before:**
20
+```
21
+plum version dev
22
+ commit: none
23
+ built: unknown
24
25
26
+**After:**
27
28
+plum version v0.3.5
29
+ commit: 3d98de6
30
+ built: 2026-01-11T07:37:42Z
31
32
33
## [0.3.4] - 2026-01-11
34
35
### Changed
0 commit comments