Skip to content

Commit b4e1b81

Browse files
committed
release: prepare v1.0.10
1 parent 339bde9 commit b4e1b81

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
- name: Build and Upload Binary
7171
uses: taiki-e/upload-rust-binary-action@v1
7272
with:
73-
bin: skillscripts,sks
73+
bin: sks
7474
target: ${{ matrix.target }}
75-
archive: skillscripts-$target
75+
archive: sks-$target
7676
include: >-
7777
LICENSE,README.md,README_zh.md
7878
tar: all

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.10] - 2026-06-16
11+
1012
### Changed
1113

1214
- Simplified the codebase into a flat `cli` / `picker` / `registry` layout.
1315
- Extracted `run` parsing and execution into a dedicated module.
1416
- Removed legacy scanning, metadata parsing, and old command layers that no longer match the registry-driven design.
1517
- Collapsed integration tests into a single `tests/cli.rs` file.
1618
- Trimmed unused dependencies, obsolete test fixtures, and stale source directories.
19+
- Updated the release workflow to build and publish only the `sks` binary.
1720

1821
## [1.0.8] - 2026-05-05
1922

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 = "sks"
3-
version = "1.0.9"
3+
version = "1.0.10"
44
edition = "2024"
55
description = "Registry-driven script launcher and picker"
66
license = "MIT"

0 commit comments

Comments
 (0)