Skip to content

Commit a83f828

Browse files
chore: release main (#312)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.19.0</summary> ## [0.19.0](launchdarkly-observability-android-0.18.0...launchdarkly-observability-android-0.19.0) (2025-12-04) ### Features * take transformed coordinates, which are more precise in animation ([#309](#309)) ([5d669d4](5d669d4)) </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] > Release `observability-android` 0.19.0, updating versions and changelog with a feature to use transformed coordinates for more precise animation handling. > > - **Android SDK (`sdk/@launchdarkly/observability-android`)**: > - Version bump to `0.19.0` in `gradle.properties` and `.release-please-manifest.json`. > - Changelog updated with feature: use transformed coordinates for improved precision during animations. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7636155. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5d669d4 commit a83f828

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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": "0.4.0",
33
"sdk/@launchdarkly/observability": "0.4.9",
4-
"sdk/@launchdarkly/observability-android": "0.18.0",
4+
"sdk/@launchdarkly/observability-android": "0.19.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.0",
66
"sdk/@launchdarkly/observability-node": "0.3.1",
77
"sdk/@launchdarkly/observability-python": "0.1.1",

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.19.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.18.0...launchdarkly-observability-android-0.19.0) (2025-12-04)
4+
5+
6+
### Features
7+
8+
* take transformed coordinates, which are more precise in animation ([#309](https://github.com/launchdarkly/observability-sdk/issues/309)) ([5d669d4](https://github.com/launchdarkly/observability-sdk/commit/5d669d49a7d412b4edce8e5f5bdc7728243bd2c3))
9+
310
## [0.18.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.17.0...launchdarkly-observability-android-0.18.0) (2025-12-04)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android.useAndroidX=true
55

66
#x-release-please-start-version
7-
version=0.18.0
7+
version=0.19.0
88
#x-release-please-end

0 commit comments

Comments
 (0)