Skip to content

Commit 8269b92

Browse files
committed
release: prepare v1.0.4
1 parent d6520a6 commit 8269b92

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project follows [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.0.4] - 2026-03-24
11+
12+
### Fixed
13+
14+
- `scan_paths` now expands `~` and `~/...` to the user home directory when loading config.
15+
- `sync` now warns (without failing) when a configured scan path does not exist.
16+
- Added i18n messages for missing scan path warnings in `en` and `zh-CN`.
17+
1018
## [1.0.3] - 2026-03-24
1119

1220
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nanoskills"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2024"
55
description = "Zero-config local skill indexing and search CLI for AI Agents"
66
license = "MIT"

0 commit comments

Comments
 (0)