Skip to content

Commit 0d75cba

Browse files
authored
chore: prepare v0.5.0 release (#5)
1 parent d2624c2 commit 0d75cba

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Homebrew installation support (`brew install cpplain/tap/lnk`)
13-
1412
### Changed
1513

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-
1814
### Deprecated
1915

2016
### Removed
2117

22-
- `make install` target (use Homebrew for installation)
23-
2418
### Fixed
2519

2620
### Security
2721

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+
2836
## [0.4.0] - 2026-02-14
2937

3038
### Added
@@ -114,7 +122,8 @@ Initial release of cfgman.
114122
- **Performance** - Concurrent operations for status checking
115123
- **Zero dependencies** - Pure Go implementation using only standard library
116124

117-
[unreleased]: https://github.com/cpplain/lnk/compare/v0.4.0...HEAD
125+
[unreleased]: https://github.com/cpplain/lnk/compare/v0.5.0...HEAD
126+
[0.5.0]: https://github.com/cpplain/lnk/compare/v0.4.0...v0.5.0
118127
[0.4.0]: https://github.com/cpplain/lnk/compare/v0.3.0...v0.4.0
119128
[0.3.0]: https://github.com/cpplain/lnk/compare/v0.2.0...v0.3.0
120129
[0.2.0]: https://github.com/cpplain/lnk/compare/v0.1.1...v0.2.0

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,16 @@ lnk orphan --path ~/.config/oldapp # Stop managing a config
100100
### Global Options
101101

102102
```bash
103+
lnk --help # Show help
103104
lnk --version # Show version
104-
lnk help [command] # Get help
105+
lnk -v, --verbose # Enable verbose output
106+
lnk -q, --quiet # Suppress all non-error output
107+
lnk -y, --yes # Assume yes to all prompts
108+
lnk --no-color # Disable colored output
109+
lnk --output FORMAT # Output format: text (default), json
110+
111+
# Get command-specific help
112+
lnk help [command]
105113
```
106114

107115
## How It Works

0 commit comments

Comments
 (0)