Skip to content

Commit 9424d79

Browse files
authored
Merge pull request #203 from jeremydvoss/release-1.0.0b8
Release 1.0.0b8
2 parents e71ff8f + 7d72962 commit 9424d79

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [1.0.0b8](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b8) - 2022-09-26
6+
7+
- Changing instrumentation dependencies to ~=0.33b0
8+
([#203](https://github.com/microsoft/ApplicationInsights-Python/pull/203))
9+
510
## [1.0.0b7](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b7) - 2022-09-26
611

712
- Moved and updated README

azure-monitor-opentelemetry-distro/setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ packages=find_namespace:
3131
zip_safe = False
3232
include_package_data = True
3333
install_requires =
34-
azure-monitor-opentelemetry-exporter == 1.0.0b7
35-
opentelemetry-instrumentation == 0.33b0
36-
opentelemetry-instrumentation-requests == 0.33b0
37-
opentelemetry-instrumentation-flask == 0.33b0
38-
opentelemetry-instrumentation-psycopg2 == 0.33b0
34+
azure-monitor-opentelemetry-exporter == 1.0.0b8
35+
opentelemetry-instrumentation ~= 0.33b0
36+
opentelemetry-instrumentation-requests ~= 0.33b0
37+
opentelemetry-instrumentation-flask ~= 0.33b0
38+
opentelemetry-instrumentation-psycopg2 ~= 0.33b0
3939

4040
[options.packages.find]
4141
where = src

azure-monitor-opentelemetry-distro/src/azure/monitor/opentelemetry/distro/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b7"
7+
VERSION = "1.0.0b8"

0 commit comments

Comments
 (0)