Skip to content
Open
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release History

## 1.0.1 (2026-05-01)

### Other Changes
- Add troubleshooting sections and duplicate spans guide
([#115](https://github.com/microsoft/opentelemetry-distro-python/pull/115))
- Drop support for Python 3.9.
([#110](https://github.com/microsoft/opentelemetry-distro-python/pull/110))
- Add Fabric/ADX getting started guide and sample.
([#104](https://github.com/microsoft/opentelemetry-distro-python/pull/104))
- Update A365 documentation and links.
([#101](https://github.com/microsoft/opentelemetry-distro-python/pull/101))
- Fix CODEOWNERS sub-owners.
([#103](https://github.com/microsoft/opentelemetry-distro-python/pull/103))

## 1.0.0 (2026-04-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "microsoft-opentelemetry"
version = "1.0.0"
version = "1.0.1"
description = "Minimal template for the Microsoft OpenTelemetry distro for Python"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/microsoft/opentelemetry/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.1"
Loading