Skip to content

Commit 18cb55e

Browse files
authored
v0.1.0 (#963)
There's a small breaking change so incrementing the minor version number.
1 parent 8664271 commit 18cb55e

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

docs/release.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release process
1+
# Release process/changelog
22

33
The project follows a slightly modified version of semantic versioning using the form `0.Y.Z`. The leading `0` indicates the SDK is still evolving rapidly. Increment the components as follows:
44

@@ -12,7 +12,13 @@ If you don't want breaking changes, we recommend pinning to `0.0.x` versions in
1212

1313
We will increment `Z` for non-breaking changes:
1414

15-
- Bug fixes
16-
- New features
17-
- Changes to private interfaces
18-
- Updates to beta features
15+
- Bug fixes
16+
- New features
17+
- Changes to private interfaces
18+
- Updates to beta features
19+
20+
## Breaking change changelog
21+
22+
### 0.1.0
23+
24+
In this version, [`MCPServer.list_tools()`][agents.mcp.server.MCPServer] has two new params: `run_context` and `agent`. You'll need to add these params to any classes that subclass `MCPServer`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai-agents"
3-
version = "0.0.19"
3+
version = "0.1.0"
44
description = "OpenAI Agents SDK"
55
readme = "README.md"
66
requires-python = ">=3.9"

uv.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.

0 commit comments

Comments
 (0)