Skip to content

Commit 7d98afb

Browse files
committed
docs: 📝 Bump version to 0.8.5 and update CHANGELOG.md
1 parent 7cf5179 commit 7d98afb

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.5] - 2025-12-14
11+
12+
### Added
13+
14+
- **Install Script Enhancements (Shell Completion)**
15+
- Added functionality to `script/setup.ps1` and `script/setup.sh` to optionally configure shell completions.
16+
- Detects user's shell (PowerShell, Bash, Zsh, Fish), checks for existing config, and performs setup or update.
17+
18+
### Changed
19+
20+
- **CLI (Config Show Output)**
21+
- Improved output for `gist-cache-rs config show` when no configuration settings are present.
22+
- Displays a helpful message guiding users on available options and how to set them.
23+
- Added integration tests for this new behavior.
24+
25+
- **Documentation**
26+
- Updated `.claude/docs/feature_update_plan.md` to reflect the latest progress in the implementation roadmap.
27+
- Updated `.claude/docs/feature_update_plan.md` to reflect the `config show` improvement.
28+
1029
## [0.8.4] - 2025-12-14
1130

1231
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ name = "gist-cache-rs"
3333
readme = "README.md"
3434
repository = "https://github.com/7rikazhexde/gist-cache-rs"
3535
rust-version = "1.85"
36-
version = "0.8.4"
36+
version = "0.8.5"
3737

3838
[profile.release]
3939
codegen-units = 1

0 commit comments

Comments
 (0)