You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Homebrew installation support (`brew install cpplain/tap/lnk`)
13
-
14
12
### Changed
15
13
16
-
-**BREAKING:** Simplified version output to `lnk <version>` for `--version` flag and `version` command (removed commit hash and build date; dev builds show `dev+timestamp`)
17
-
18
14
### Deprecated
19
15
20
16
### Removed
21
17
22
-
-`make install` target (use Homebrew for installation)
23
-
24
18
### Fixed
25
19
26
20
### Security
27
21
22
+
## [0.5.0] - 2026-02-16
23
+
24
+
### Added
25
+
26
+
- Homebrew installation support (`brew install cpplain/tap/lnk`)
27
+
28
+
### Changed
29
+
30
+
-**BREAKING:** Simplified version output to `lnk <version>` for `--version` flag and `version` command (removed commit hash and build date; dev builds show `dev+timestamp`)
31
+
32
+
### Removed
33
+
34
+
-**BREAKING:**`make install` target (use Homebrew for installation)
35
+
28
36
## [0.4.0] - 2026-02-14
29
37
30
38
### Added
@@ -114,7 +122,8 @@ Initial release of cfgman.
114
122
-**Performance** - Concurrent operations for status checking
115
123
-**Zero dependencies** - Pure Go implementation using only standard library
0 commit comments