Skip to content

Commit cd2c809

Browse files
loybotclaude
andcommitted
chore: bump version to 0.1.17
Cuts a release through the fixed CI (both platform matrix jobs now submit their own catalog draft), so this version is the first one where macOS users can actually install the plugin from the catalog. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent cb3266e commit cd2c809

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

backend/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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hf-plugin-switchboard"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
edition = "2021"
55
description = "HaloForge Switchboard plugin backend"
66
license = "MIT"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hf-plugin-switchboard/frontend",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"private": true,
55
"type": "module",
66
"scripts": {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://haloforge.dev/schemas/plugin/v1.json",
33
"id": "dev.haloforge.switchboard",
44
"name": "Provider Router",
5-
"version": "0.1.16",
5+
"version": "0.1.17",
66
"description": "Fast local provider configuration for Claude Code, Codex, and MCP.",
77
"long_description": "Adds a HaloForge module for applying provider endpoints to Claude Code and Codex, writing MCP server specs, and restoring local config backups.",
88
"author": "HaloForge Team",

0 commit comments

Comments
 (0)