Skip to content

Commit dbb4bf4

Browse files
release: 2.0.0-alpha.19 (#52)
* feat: allow Claude to run all scripts in scripts directory (#51) * release: 2.0.0-alpha.19 --------- Co-authored-by: Zeke Sikelianos <[email protected]> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent e57c5cf commit dbb4bf4

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# assignee_trigger: "claude-bot"
5151

5252
# Optional: Allow Claude to run specific commands
53-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
53+
allowed_tools: "Bash(scripts/bootstrap),Bash(scripts/format),Bash(scripts/lint),Bash(scripts/mock),Bash(scripts/test)"
5454

5555
# Optional: Add custom instructions for Claude to customize its behavior for your project
5656
# custom_instructions: |

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-alpha.18"
2+
".": "2.0.0-alpha.19"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.0-alpha.19 (2025-08-20)
4+
5+
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)
6+
7+
### Features
8+
9+
* 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))
10+
311
## 2.0.0-alpha.18 (2025-08-19)
412

513
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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "replicate"
3-
version = "2.0.0-alpha.18"
3+
version = "2.0.0-alpha.19"
44
description = "The official Python library for the replicate API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/replicate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "replicate"
4-
__version__ = "2.0.0-alpha.18" # x-release-please-version
4+
__version__ = "2.0.0-alpha.19" # x-release-please-version

0 commit comments

Comments
 (0)