Skip to content

Commit 984fc26

Browse files
chore(main): release 1.0.0 (#5)
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2024-04-30) ### Features * Add tracing hook implementation ([#1](#1)) ([3f13171](3f13171)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Keeler <mkeeler@launchdarkly.com>
1 parent 02a36a9 commit 984fc26

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Change log
22

33
All notable changes to the LaunchDarkly Python OTEL package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## 1.0.0 (2024-04-30)
6+
7+
8+
### Features
9+
10+
* Add tracing hook implementation ([#1](https://github.com/launchdarkly/python-server-sdk-otel/issues/1)) ([3f13171](https://github.com/launchdarkly/python-server-sdk-otel/commit/3f13171770f81dcc932b66d2fd578e37c7e49bbd))

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the library to verify
12-
VERSION=9.3.1
12+
VERSION=1.0.0
1313
```
1414
<!-- x-release-please-end -->
1515

ldotel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0" # x-release-please-version
1+
__version__ = "1.0.0" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-server-sdk-otel"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "LaunchDarkly SDK OpenTelemetry integration"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)