Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare release for opentelemetry-instrumentation-openai-agents-v2 v0…
….1.0
  • Loading branch information
otelbot[bot] committed Oct 15, 2025
commit f09e0e5be2e2611776b35e85103a6864b6ad0f73
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## Version 0.1.0 (2025-10-15)

- Initial barebones package skeleton: minimal instrumentor stub, version module,
and packaging metadata/entry point.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.0.dev"
__version__ = "0.1.0"