Skip to content

Commit 643cca9

Browse files
leesaenzclaude
andcommitted
chore: bump version to 1.2.2
Patch release: - Fix version string drift (__init__.py now matches pyproject.toml) - Add path validation to phantom render (PHANTOM_AUDIO_DIR/PHANTOM_OUTPUT_DIR) - Pre-commit framework with gitleaks secret scanning - PII, absolute path, planning doc, and large binary commit guards - GitHub Actions security scan CI for PRs and pushes - Pytest restored to pre-push hook - .gitignore extended with credential file patterns Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f376fda commit 643cca9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugin/.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": "phantom",
33
"description": "AI audio engineering skills for mixing, mastering, effects, diagnostics, and session setup. Pairs with the Phantom MCP server for audio analysis.",
4-
"version": "1.2.0",
4+
"version": "1.2.2",
55
"author": {
66
"name": "Phantom Contributors"
77
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "phantom-audio"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
description = "AI audio engineering system -- makes Claude a professional audio engineer"
99
readme = "README.md"
1010
license = "AGPL-3.0-or-later"

src/phantom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Phantom: AI audio engineering system."""
22

3-
__version__ = "1.2.1"
3+
__version__ = "1.2.2"
44

55
from phantom.audio import AudioData, load_audio
66
from phantom.exceptions import (

0 commit comments

Comments
 (0)