diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 196aea7..569c888 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -50,7 +50,7 @@ jobs: # assignee_trigger: "claude-bot" # Optional: Allow Claude to run specific commands - # allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)" + allowed_tools: "Bash(scripts/bootstrap),Bash(scripts/format),Bash(scripts/lint),Bash(scripts/mock),Bash(scripts/test)" # Optional: Add custom instructions for Claude to customize its behavior for your project # custom_instructions: | diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fd4c54..f8e81ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.18" + ".": "2.0.0-alpha.19" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8aaa7..ca6b973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.0-alpha.19 (2025-08-20) + +Full Changelog: [v2.0.0-alpha.18...v2.0.0-alpha.19](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) + +### Features + +* allow Claude to run all scripts in scripts directory ([#51](https://github.com/replicate/replicate-python-stainless/issues/51)) ([d77081b](https://github.com/replicate/replicate-python-stainless/commit/d77081b93fa8bcc839d0b0cff60c824a2be119d7)) + ## 2.0.0-alpha.18 (2025-08-19) Full Changelog: [v2.0.0-alpha.17...v2.0.0-alpha.18](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) diff --git a/pyproject.toml b/pyproject.toml index 582ce84..d9a0e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "replicate" -version = "2.0.0-alpha.18" +version = "2.0.0-alpha.19" description = "The official Python library for the replicate API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/replicate/_version.py b/src/replicate/_version.py index 7f966b5..80128ce 100644 --- a/src/replicate/_version.py +++ b/src/replicate/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "replicate" -__version__ = "2.0.0-alpha.18" # x-release-please-version +__version__ = "2.0.0-alpha.19" # x-release-please-version