Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#5)
Browse files Browse the repository at this point in the history
🤖 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 <[email protected]>
  • Loading branch information
github-actions[bot] and keelerm84 authored Apr 30, 2024
1 parent 02a36a9 commit 984fc26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Change log

All notable changes to the LaunchDarkly Python OTEL package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## 1.0.0 (2024-04-30)


### Features

* 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))
2 changes: 1 addition & 1 deletion PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the library to verify
VERSION=9.3.1
VERSION=1.0.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion ldotel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0" # x-release-please-version
__version__ = "1.0.0" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-server-sdk-otel"
version = "0.0.0"
version = "1.0.0"
description = "LaunchDarkly SDK OpenTelemetry integration"
authors = ["LaunchDarkly <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 984fc26

Please sign in to comment.