Skip to content

Commit 4cb85db

Browse files
authored
Prepare release for opentelemetry-instrumentation-openai-agents-v2 v0.1.0 (#3853)
1 parent cf92829 commit 4cb85db

File tree

2 files changed

+2
-2
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2

2 files changed

+2
-2
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## Version 0.1.0 (2025-10-15)
99

1010
- Initial barebones package skeleton: minimal instrumentor stub, version module,
1111
and packaging metadata/entry point.

instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2/src/opentelemetry/instrumentation/openai_agents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.0.dev"
15+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)