Skip to content

Commit 342a340

Browse files
committed
chore: release v0.7.3
1 parent c989e1a commit 342a340

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.3] - 2026-01-19
9+
10+
### Added
11+
- **Bulk Skill Installation**: `ask skill install <repo>` now installs all skills from the repository (e.g. `ask skill install superpowers`)
12+
- **MATLAB Skills**: Added official `matlab` repository to default skill sources
13+
- **SkillsMP Discovery**: Added documentation for discovering skills via [SkillsMP](https://skillsmp.com)
14+
- **Documentation**: Added detailed install path documentation for different agents (`.claude`, `.cursor`, etc.) in `README.md` and `README_zh.md`
15+
16+
### Fixed
17+
- Fixed specific config URL handling in `ask skill install` matching logic
18+
819
## [0.7.2] - 2026-01-17
920

1021
### Added

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the Agent ecosystem.`,
4545
// Uncomment the following line if your bare application
4646
// has an action associated with it:
4747
// Run: func(cmd *cobra.Command, args []string) { },
48-
Version: "0.7.2",
48+
Version: "0.7.3",
4949
}
5050

5151
// Execute adds all child commands to the root command and sets flags appropriately.

0 commit comments

Comments
 (0)