Skip to content

Commit 98681e4

Browse files
committed
release: v0.7.0
1 parent e7c2216 commit 98681e4

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Personal Claude Code skills manager: discover, curate, and sync skills from GitHub",
9-
"version": "0.6.0"
9+
"version": "0.7.0"
1010
},
1111
"plugins": [
1212
{

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skill-sommelier",
33
"description": "Curated collection of Claude Code skills for Python, ML, data engineering, and developer productivity",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"author": {
66
"name": "Jason Lo",
77
"email": "jasonlo@users.noreply.github.com"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Don't have Claude Code yet, or want a one-liner that also sets up companions lik
1717

1818
```bash
1919
# Pinned (recommended)
20-
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.6.0/scripts/install.sh | sh
20+
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.7.0/scripts/install.sh | sh
2121

2222
# Tracking main (contributors)
2323
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/main/scripts/install.sh | sh
2424

2525
# Unattended (CI / Docker / devcontainers)
26-
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.6.0/scripts/install.sh | sh -s -- --yes
26+
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.7.0/scripts/install.sh | sh -s -- --yes
2727
```
2828

2929
The bootstrap installer checks for Claude Code (offering to install it if missing), optionally installs `gh` and `uv`, then prints the two `/plugin` commands above for you to paste into Claude Code. The plugin install itself happens inside Claude Code — that's the only way to add a plugin.

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# the prerequisites are in place.
1414
#
1515
# Usage:
16-
# curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.6.0/scripts/install.sh | sh
16+
# curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.7.0/scripts/install.sh | sh
1717
#
1818
# Flags / env:
1919
# --yes, INSTALLER_ASSUME_YES=1 non-interactive; required deps Y, optional N
@@ -221,5 +221,5 @@ Updates:
221221
/plugin marketplace update — refresh the marketplace cache
222222
223223
Uninstall later:
224-
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.6.0/scripts/uninstall.sh | sh
224+
curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.7.0/scripts/uninstall.sh | sh
225225
EOF

scripts/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# be removed via slash commands — this script prints those for you.
77
#
88
# Usage:
9-
# curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.6.0/scripts/uninstall.sh | sh
9+
# curl -LsSf https://raw.githubusercontent.com/JasonLo/skill-sommelier/v0.7.0/scripts/uninstall.sh | sh
1010
#
1111
# Flags:
1212
# --yes skip confirmation prompts (also auto-enabled when not on a TTY)

0 commit comments

Comments
 (0)