Skip to content

Commit

Permalink
Bumped version to 52.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Dec 13, 2022
1 parent 8cf7df3 commit fddc6c0
Show file tree
Hide file tree
Showing 10 changed files with 362 additions and 129 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.8.3
libraryVersion: 52.0.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v51.8.3...main)
[Full changelog](https://github.com/mozilla/glean/compare/v52.0.0...main)

# v52.0.0 (2022-12-13)

[Full changelog](https://github.com/mozilla/glean/compare/v51.8.3...v52.0.0)

* General
* Remove the metric `glean.validation.first_run_hour`. Note that this will mean no `reason=upgrade` metrics pings from freshly installed clients anymore. ([#2271](https://github.com/mozilla/glean/pull/2271))
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.

409 changes: 319 additions & 90 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

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.8.3"
version = "52.0.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
30 changes: 15 additions & 15 deletions glean-core/android-native/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: url</name>
<url>https://github.com/servo/rust-url</url>
</license> <license>
<name>Apache License 2.0: uuid</name>
<url>https://github.com/uuid-rs/uuid</url>
</license> <license>
<name>Apache License 2.0: minimal-lexical</name>
<url>https://github.com/Alexhuszagh/minimal-lexical</url>
Expand All @@ -210,9 +213,6 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: log</name>
<url>https://github.com/rust-lang/log</url>
</license> <license>
<name>Apache License 2.0: uuid</name>
<url>https://github.com/uuid-rs/uuid</url>
</license> <license>
<name>Apache License 2.0: remove_dir_all</name>
<url>https://github.com/XAMPPRocky/remove_dir_all.git</url>
Expand Down Expand Up @@ -327,6 +327,18 @@ the details of which are reproduced below.
</license> <license>
<name>MIT License: winapi-util</name>
<url>https://github.com/BurntSushi/winapi-util</url>
</license> <license>
<name>Mozilla Public License 2.0: glean</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-build</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Mozilla Public License 2.0: embedded-uniffi-bindgen</name>
<url>https://crates.io/crates/embedded-uniffi-bindgen</url>
Expand All @@ -351,18 +363,6 @@ the details of which are reproduced below.
</license> <license>
<name>Mozilla Public License 2.0: uniffi_meta</name>
<url>https://github.com/mozilla/uniffi-rs</url>
</license> <license>
<name>Mozilla Public License 2.0: glean</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-build</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Unicode License Agreement - Data Files and Software (2016): unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
Expand Down
30 changes: 15 additions & 15 deletions glean-core/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: url</name>
<url>https://github.com/servo/rust-url</url>
</license> <license>
<name>Apache License 2.0: uuid</name>
<url>https://github.com/uuid-rs/uuid</url>
</license> <license>
<name>Apache License 2.0: minimal-lexical</name>
<url>https://github.com/Alexhuszagh/minimal-lexical</url>
Expand All @@ -210,9 +213,6 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: log</name>
<url>https://github.com/rust-lang/log</url>
</license> <license>
<name>Apache License 2.0: uuid</name>
<url>https://github.com/uuid-rs/uuid</url>
</license> <license>
<name>Apache License 2.0: remove_dir_all</name>
<url>https://github.com/XAMPPRocky/remove_dir_all.git</url>
Expand Down Expand Up @@ -327,6 +327,18 @@ the details of which are reproduced below.
</license> <license>
<name>MIT License: winapi-util</name>
<url>https://github.com/BurntSushi/winapi-util</url>
</license> <license>
<name>Mozilla Public License 2.0: glean</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-build</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Mozilla Public License 2.0: embedded-uniffi-bindgen</name>
<url>https://crates.io/crates/embedded-uniffi-bindgen</url>
Expand All @@ -351,18 +363,6 @@ the details of which are reproduced below.
</license> <license>
<name>Mozilla Public License 2.0: uniffi_meta</name>
<url>https://github.com/mozilla/uniffi-rs</url>
</license> <license>
<name>Mozilla Public License 2.0: glean</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-build</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Unicode License Agreement - Data Files and Software (2016): unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
Expand Down
2 changes: 1 addition & 1 deletion glean-core/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
history = history_file.read()

# glean version. Automatically updated by the bin/prepare_release.sh script
version = "51.8.3"
version = "52.0.0"

requirements = [
"semver>=2.13.0",
Expand Down
4 changes: 2 additions & 2 deletions glean-core/rlb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean"
version = "51.8.3"
version = "52.0.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "Glean SDK Rust language bindings"
repository = "https://github.com/mozilla/glean"
Expand All @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }

[dependencies.glean-core]
path = ".."
version = "51.8.3"
version = "52.0.0"

[dependencies]
crossbeam-channel = "0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ except:
void apply(Project project) {
isOffline = project.gradle.startParameter.offline

project.ext.glean_version = "51.8.3"
project.ext.glean_version = "52.0.0"
def parserVersion = gleanParserVersion(project)

// Print the required glean_parser version to the console. This is
Expand Down

0 comments on commit fddc6c0

Please sign in to comment.