Skip to content

Commit 21a360e

Browse files
author
Alex Boten
committed
updating changelogs and version to 0.8b0
1 parent 807e106 commit 21a360e

File tree

38 files changed

+74
-26
lines changed

38 files changed

+74
-26
lines changed

ext/opentelemetry-ext-aiohttp-client/src/opentelemetry/ext/aiohttp_client/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-asgi/CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.8b0
6+
7+
Released 2020-05-27
8+
59
- Add ASGI middleware ([#716](https://github.com/open-telemetry/opentelemetry-python/pull/716))

ext/opentelemetry-ext-asgi/src/opentelemetry/ext/asgi/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-datadog/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+
## 0.8b0
6+
7+
Released 2020-05-27
8+
59
- Add exporter to Datadog
610
([#572](https://github.com/open-telemetry/opentelemetry-python/pull/572))
711

ext/opentelemetry-ext-datadog/src/opentelemetry/ext/datadog/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-dbapi/src/opentelemetry/ext/dbapi/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-django/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+
## 0.8b0
6+
7+
Released 2020-05-27
8+
59
- Add exclude list for paths and hosts to prevent from tracing
610
([#670](https://github.com/open-telemetry/opentelemetry-python/pull/670))
711
- Add support for django >= 1.10 (#717)

ext/opentelemetry-ext-django/src/opentelemetry/ext/django/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-flask/src/opentelemetry/ext/flask/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.8.dev0"
15+
__version__ = "0.8b0"

ext/opentelemetry-ext-grpc/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+
## 0.8b0
6+
7+
Released 2020-05-27
8+
59
- lint: version of grpc causes lint issues
610
([#696](https://github.com/open-telemetry/opentelemetry-python/pull/696))
711

0 commit comments

Comments
 (0)