From 70edef36e4f1371e7d2b5e3c78c059bccf951897 Mon Sep 17 00:00:00 2001 From: Perry McManis Date: Tue, 4 Oct 2022 14:47:45 -0400 Subject: [PATCH] Bumped version to 51.4.0 --- .buildconfig.yml | 2 +- CHANGELOG.md | 6 +++++- Cargo.lock | 4 ++-- DEPENDENCIES.md | 4 ++-- glean-core/Cargo.toml | 2 +- glean-core/python/setup.py | 2 +- glean-core/rlb/Cargo.toml | 4 ++-- .../telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy | 2 +- 8 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.buildconfig.yml b/.buildconfig.yml index 97f8f9f131..75dcbe222d 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,4 +1,4 @@ -libraryVersion: 51.3.0 +libraryVersion: 51.4.0 groupId: org.mozilla.telemetry projects: glean: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5230063870..87a9d844cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 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)) diff --git a/Cargo.lock b/Cargo.lock index f2d829ef39..88a898c6b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "glean" -version = "51.3.0" +version = "51.4.0" dependencies = [ "chrono", "crossbeam-channel", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "glean-core" -version = "51.3.0" +version = "51.4.0" dependencies = [ "android_logger", "bincode", diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 0bf9bf27e9..e31eece0e1 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -5252,9 +5252,9 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice The following text applies to code linked from these dependencies: -* [glean 51.3.0]( https://github.com/mozilla/glean ) +* [glean 51.4.0]( https://github.com/mozilla/glean ) * [glean-build 6.1.2]( https://github.com/mozilla/glean ) -* [glean-core 51.3.0]( https://github.com/mozilla/glean ) +* [glean-core 51.4.0]( https://github.com/mozilla/glean ) * [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel ) ``` diff --git a/glean-core/Cargo.toml b/glean-core/Cargo.toml index 0651053bf2..c0a2da1223 100644 --- a/glean-core/Cargo.toml +++ b/glean-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean-core" -version = "51.3.0" +version = "51.4.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "A modern Telemetry library" repository = "https://github.com/mozilla/glean" diff --git a/glean-core/python/setup.py b/glean-core/python/setup.py index 39569ffd79..f873da36d2 100644 --- a/glean-core/python/setup.py +++ b/glean-core/python/setup.py @@ -56,7 +56,7 @@ history = history_file.read() # glean version. Automatically updated by the bin/prepare_release.sh script -version = "51.3.0" +version = "51.4.0" requirements = [ "semver>=2.13.0", diff --git a/glean-core/rlb/Cargo.toml b/glean-core/rlb/Cargo.toml index b709f3e6ae..f7f0279083 100644 --- a/glean-core/rlb/Cargo.toml +++ b/glean-core/rlb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean" -version = "51.3.0" +version = "51.4.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "Glean SDK Rust language bindings" repository = "https://github.com/mozilla/glean" @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" } [dependencies.glean-core] path = ".." -version = "51.3.0" +version = "51.4.0" [dependencies] crossbeam-channel = "0.5" diff --git a/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy b/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy index 268417f12c..5ec14d6443 100644 --- a/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy +++ b/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy @@ -555,7 +555,7 @@ except: void apply(Project project) { isOffline = project.gradle.startParameter.offline - project.ext.glean_version = "51.3.0" + project.ext.glean_version = "51.4.0" def parserVersion = gleanParserVersion(project) // Print the required glean_parser version to the console. This is