Skip to content

Commit 0279873

Browse files
chore: release main (#467)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.38.0</summary> ## [0.38.0](launchdarkly-observability-android-0.37.0...launchdarkly-observability-android-0.38.0) (2026-04-13) ### Features * Support 8 byte colors + non-linearity in hash ([#466](#466)) ([934d09a](934d09a)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping only: version bumps and changelog updates with no functional code changes in this diff. > > **Overview** > Bumps `sdk/@launchdarkly/observability-android` from `0.37.0` to `0.38.0` in the release manifest and Android `gradle.properties`. > > Updates the Android package changelog to include the `0.38.0` release notes (support for 8-byte colors and non-linearity in hashing). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c8eaf8f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 934d09a commit 0279873

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"go": "1.1.0",
33
"sdk/@launchdarkly/observability": "1.1.2",
4-
"sdk/@launchdarkly/observability-android": "0.37.0",
4+
"sdk/@launchdarkly/observability-android": "0.38.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.0",
77
"sdk/@launchdarkly/observability-python": "1.2.0",

sdk/@launchdarkly/observability-android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.38.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.37.0...launchdarkly-observability-android-0.38.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* Support 8 byte colors + non-linearity in hash ([#466](https://github.com/launchdarkly/observability-sdk/issues/466)) ([934d09a](https://github.com/launchdarkly/observability-sdk/commit/934d09a3041eb69945e823a2a12f13709d82d14a))
9+
310
## [0.37.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.36.0...launchdarkly-observability-android-0.37.0) (2026-04-09)
411

512

sdk/@launchdarkly/observability-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ android.useAndroidX=true
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
66

77
#x-release-please-start-version
8-
version=0.37.0
8+
version=0.38.0
99
#x-release-please-end

0 commit comments

Comments
 (0)