Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 52e5f47

Browse files
authored
update (#1185)
1 parent 4e4f061 commit 52e5f47

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
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+
# 0.11.1
6+
Released 2023-01-18
7+
8+
- Updated `azure`, `httpx` modules
9+
510
# 0.11.0
611
Released 2022-08-03
712

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.1.8
6+
7+
Released 2023-01-18
8+
59
- Disable storage for statsbeat if storage is disabled for exporter
610
([#1155](https://github.com/census-instrumentation/opencensus-python/pull/1155))
711
- Add UK to eu statsbeats
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.1.0
6+
7+
Released 2023-01-18
8+
9+
- Initial release
10+
([#1098](https://github.com/census-instrumentation/opencensus-python/pull/1098))

contrib/opencensus-ext-httpx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
description="OpenCensus HTTPX Integration",
3535
include_package_data=True,
36-
long_description="",
36+
long_description=open('README.rst').read(),
3737
install_requires=["opencensus >= 0.12.dev0, < 1.0.0", "httpx >= 0.22.0"],
3838
extras_require={},
3939
license="Apache-2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.dev0'

0 commit comments

Comments
 (0)