Skip to content

Commit

Permalink
Merge branch 'release-v51.4.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
perrymcmanis144 committed Oct 4, 2022
2 parents a773a83 + 70edef3 commit 768930f
Show file tree
Hide file tree
Showing 16 changed files with 3,261 additions and 3,897 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 51.3.0
libraryVersion: 51.4.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v51.3.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v51.4.0...main)

# v51.4.0 (2022-10-04)

[Full changelog](https://github.com/mozilla/glean/compare/v51.3.0...v51.4.0)

* Kotlin
* Update Kotlin and Android Gradle Plugin to the latest releases ([#2211](https://github.com/mozilla/glean/pull/2211))

* Swift
* Fix for iOS startup crash caused by Glean ([#2206](https://github.com/mozilla/glean/pull/2206))

# v51.3.0 (2022-09-28)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5,639 changes: 2,623 additions & 3,016 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ buildscript {
// changing them. Please note that, for using in Android-Components, the
// versions below must match the ones in that repository.
ext.versions = [
android_gradle_plugin: '7.2.2',
android_gradle_plugin: '7.3.0',
android_maven_publish_plugin: '3.6.2',
coroutines: '1.6.4',
jna: '5.8.0',
junit: '4.12',
mockito: '3.11.2',
mockwebserver: '4.9.1', // This is different than a-c, but we're fine, it's only tests.
kotlin: '1.6.21',
kotlin: '1.7.20',
robolectric: '4.8.1',
rust_android_plugin: '0.9.3',

Expand Down
2 changes: 1 addition & 1 deletion glean-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean-core"
version = "51.3.0"
version = "51.4.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "A modern Telemetry library"
repository = "https://github.com/mozilla/glean"
Expand Down
Loading

0 comments on commit 768930f

Please sign in to comment.