Skip to content

Commit 3b0135b

Browse files
committed
docs: update CHANGELOG for v0.3.5 release
1 parent 3d98de6 commit 3b0135b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1033
## [0.3.4] - 2026-01-11
1134

1235
### Changed

0 commit comments

Comments
 (0)