Skip to content

Commit 78f18a1

Browse files
chore(main): release 1.1.0 (#34)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](1.0.0...1.1.0) (2025-06-26) ### ⚠ BREAKING CHANGES * Drop support for Python 3.8 (eol 2024-10-07) ([#33](#33)) ### Features * Drop support for Python 3.8 (eol 2024-10-07) ([#33](#33)) ([cef8e50](cef8e50)) --- 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>
1 parent cef8e50 commit 78f18a1

5 files changed

Lines changed: 15 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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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).
44

5+
## [1.1.0](https://github.com/launchdarkly/python-server-sdk-otel/compare/1.0.0...1.1.0) (2025-06-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support for Python 3.8 (eol 2024-10-07) ([#33](https://github.com/launchdarkly/python-server-sdk-otel/issues/33))
11+
12+
### Features
13+
14+
* Drop support for Python 3.8 (eol 2024-10-07) ([#33](https://github.com/launchdarkly/python-server-sdk-otel/issues/33)) ([cef8e50](https://github.com/launchdarkly/python-server-sdk-otel/commit/cef8e50812f134e684c8d15dcd720c0b57c8cfaa))
15+
516
## 1.0.0 (2024-04-30)
617

718

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=1.0.0
12+
VERSION=1.1.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__ = "1.0.0" # x-release-please-version
1+
__version__ = "1.1.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 = "1.0.0"
3+
version = "1.1.0"
44
description = "LaunchDarkly SDK OpenTelemetry integration"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)