From 5c956895b3871bb3dec893295de291e78467dddd Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 12 May 2021 13:52:44 +0200 Subject: [PATCH] Bumped version to 38.0.0 --- .buildconfig.yml | 2 +- CHANGELOG.md | 6 +++++- Cargo.lock | 6 +++--- DEPENDENCIES.md | 6 +++--- glean-core/Cargo.toml | 2 +- glean-core/csharp/Glean/Glean.csproj | 2 +- glean-core/ffi/Cargo.toml | 4 ++-- glean-core/python/setup.py | 2 +- glean-core/rlb/Cargo.toml | 4 ++-- .../telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy | 2 +- 10 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.buildconfig.yml b/.buildconfig.yml index 7d32595947..038a32b5d3 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,4 +1,4 @@ -libraryVersion: 37.0.0 +libraryVersion: 38.0.0 groupId: org.mozilla.telemetry projects: glean: diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e8eaa772..7e036c15b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased changes -[Full changelog](https://github.com/mozilla/glean/compare/v37.0.0...main) +[Full changelog](https://github.com/mozilla/glean/compare/v38.0.0...main) + +# v38.0.0 (2021-05-12) + +[Full changelog](https://github.com/mozilla/glean/compare/v37.0.0...v38.0.0) * General * Update documentation to recommend using Glean Dictionary instead of metrics.md ([#1604](https://github.com/mozilla/glean/pull/1604)) diff --git a/Cargo.lock b/Cargo.lock index 4f77033fae..7afe564bd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "glean" -version = "37.0.0" +version = "38.0.0" dependencies = [ "chrono", "crossbeam-channel", @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "glean-core" -version = "37.0.0" +version = "38.0.0" dependencies = [ "bincode", "chrono", @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "glean-ffi" -version = "37.0.0" +version = "38.0.0" dependencies = [ "android_logger", "env_logger", diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index f95d15c665..58e1ee06bf 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -3248,9 +3248,9 @@ THE SOFTWARE. The following text applies to code linked from these dependencies: -* [glean 37.0.0]( https://github.com/mozilla/glean ) -* [glean-core 37.0.0]( https://github.com/mozilla/glean ) -* [glean-ffi 37.0.0]( https://github.com/mozilla/glean ) +* [glean 38.0.0]( https://github.com/mozilla/glean ) +* [glean-core 38.0.0]( https://github.com/mozilla/glean ) +* [glean-ffi 38.0.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 8aff5a74d0..500481494c 100644 --- a/glean-core/Cargo.toml +++ b/glean-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean-core" -version = "37.0.0" +version = "38.0.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "A modern Telemetry library" repository = "https://github.com/mozilla/glean" diff --git a/glean-core/csharp/Glean/Glean.csproj b/glean-core/csharp/Glean/Glean.csproj index afe3bdb5ed..3107677acb 100644 --- a/glean-core/csharp/Glean/Glean.csproj +++ b/glean-core/csharp/Glean/Glean.csproj @@ -10,7 +10,7 @@ While we're still testing, mark this as a pre-release package. See https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#pre-release-versions --> - 37.0.0 + 38.0.0 Mozilla.Glean Mozilla.Telemetry.Glean https://github.com/mozilla/glean/ diff --git a/glean-core/ffi/Cargo.toml b/glean-core/ffi/Cargo.toml index 33fe645b7a..ca9e75c52a 100644 --- a/glean-core/ffi/Cargo.toml +++ b/glean-core/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean-ffi" -version = "37.0.0" +version = "38.0.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "FFI layer for Glean, a modern Telemetry library" repository = "https://github.com/mozilla/glean" @@ -36,7 +36,7 @@ once_cell = "1.2.0" [dependencies.glean-core] path = ".." -version = "37.0.0" +version = "38.0.0" [target.'cfg(target_os = "android")'.dependencies] android_logger = { version = "0.9.0", default-features = false } diff --git a/glean-core/python/setup.py b/glean-core/python/setup.py index 1e79913a6b..41192489bb 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 = "37.0.0" +version = "38.0.0" requirements = [ "cffi>=1.13.0", diff --git a/glean-core/rlb/Cargo.toml b/glean-core/rlb/Cargo.toml index f1de90d298..7b7b1abf63 100644 --- a/glean-core/rlb/Cargo.toml +++ b/glean-core/rlb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean" -version = "37.0.0" +version = "38.0.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 = "37.0.0" +version = "38.0.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 e204342651..96c14ac5a1 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 @@ -481,7 +481,7 @@ except: void apply(Project project) { isOffline = project.gradle.startParameter.offline - project.ext.glean_version = "37.0.0" + project.ext.glean_version = "38.0.0" // Print the required glean_parser version to the console. This is // offline builds, and is mentioned in the documentation for offline