Skip to content

Commit a759b7d

Browse files
committed
Bumped version to 65.2.3
1 parent 35547a1 commit a759b7d

File tree

10 files changed

+21
-17
lines changed

10 files changed

+21
-17
lines changed

.buildconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libraryVersion: 65.2.2
1+
libraryVersion: 65.2.3
22
groupId: org.mozilla.telemetry
33
projects:
44
glean:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean/compare/v65.2.2...main)
3+
[Full changelog](https://github.com/mozilla/glean/compare/v65.2.3...main)
4+
5+
# v65.2.3 (2025-11-06)
6+
7+
[Full changelog](https://github.com/mozilla/glean/compare/v65.2.2...v65.2.3)
48

59
* Kotlin
610
* BUGFIX: For `lateinit` metrics, check that the metric was instantiated before recording on it ([#3309](https://github.com/mozilla/glean/pull/3309))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4606,8 +4606,9 @@ SOFTWARE.
46064606

46074607
The following text applies to code linked from these dependencies:
46084608

4609+
* [glean-core 65.2.3]( https://github.com/mozilla/glean )
46094610
* [glean-build 17.2.0]( https://github.com/mozilla/glean )
4610-
* [glean 65.2.2]( https://github.com/mozilla/glean )
4611+
* [glean 65.2.3]( https://github.com/mozilla/glean )
46114612
* [zeitstempel 0.1.2]( https://github.com/badboy/zeitstempel )
46124613

46134614
```
@@ -4991,7 +4992,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
49914992

49924993
The following text applies to code linked from these dependencies:
49934994

4994-
* [glean-core 65.2.2]( https://github.com/mozilla/glean )
49954995
* [glean-bundle 1.0.0]( https://github.com/mozilla/glean )
49964996
* [glean-bundle-android 1.0.0]( https://github.com/mozilla/glean )
49974997
* [uniffi-bindgen 0.1.0]( https://crates.io/crates/uniffi-bindgen )

glean-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glean-core"
3-
version = "65.2.2"
3+
version = "65.2.3"
44
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
55
description = "A modern Telemetry library"
66
repository = "https://github.com/mozilla/glean"

glean-core/android-native/dependency-licenses.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ the details of which are reproduced below.
327327
</license> <license>
328328
<name>MIT License: bincode</name>
329329
<url>https://github.com/servo/bincode</url>
330+
</license> <license>
331+
<name>Mozilla Public License 2.0: glean-core</name>
332+
<url>https://github.com/mozilla/glean</url>
330333
</license> <license>
331334
<name>Mozilla Public License 2.0: glean-build</name>
332335
<url>https://github.com/mozilla/glean</url>
@@ -336,9 +339,6 @@ the details of which are reproduced below.
336339
</license> <license>
337340
<name>Mozilla Public License 2.0: zeitstempel</name>
338341
<url>https://github.com/badboy/zeitstempel</url>
339-
</license> <license>
340-
<name>Mozilla Public License 2.0: glean-core</name>
341-
<url>https://github.com/mozilla/glean</url>
342342
</license> <license>
343343
<name>Mozilla Public License 2.0: glean-bundle</name>
344344
<url>https://github.com/mozilla/glean</url>

glean-core/android/dependency-licenses.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ the details of which are reproduced below.
327327
</license> <license>
328328
<name>MIT License: bincode</name>
329329
<url>https://github.com/servo/bincode</url>
330+
</license> <license>
331+
<name>Mozilla Public License 2.0: glean-core</name>
332+
<url>https://github.com/mozilla/glean</url>
330333
</license> <license>
331334
<name>Mozilla Public License 2.0: glean-build</name>
332335
<url>https://github.com/mozilla/glean</url>
@@ -336,9 +339,6 @@ the details of which are reproduced below.
336339
</license> <license>
337340
<name>Mozilla Public License 2.0: zeitstempel</name>
338341
<url>https://github.com/badboy/zeitstempel</url>
339-
</license> <license>
340-
<name>Mozilla Public License 2.0: glean-core</name>
341-
<url>https://github.com/mozilla/glean</url>
342342
</license> <license>
343343
<name>Mozilla Public License 2.0: glean-bundle</name>
344344
<url>https://github.com/mozilla/glean</url>

glean-core/rlb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glean"
3-
version = "65.2.2"
3+
version = "65.2.3"
44
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
55
description = "Glean SDK Rust language bindings"
66
repository = "https://github.com/mozilla/glean"
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
2323

2424
[dependencies.glean-core]
2525
path = ".."
26-
version = "65.2.2"
26+
version = "65.2.3"
2727

2828
[dependencies]
2929
crossbeam-channel = "0.5"

gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ except:
548548
void apply(Project project) {
549549
isOffline = project.gradle.startParameter.offline
550550

551-
project.ext.glean_version = "65.2.2"
551+
project.ext.glean_version = "65.2.3"
552552
def parserVersion = gleanParserVersion(project)
553553

554554
// Print the required glean_parser version to the console. This is

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "glean-sdk"
7-
version = "65.2.2"
7+
version = "65.2.3"
88
requires-python = ">=3.9"
99
classifiers = [
1010
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)