Skip to content

Commit

Permalink
Bumped version to 62.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chutten committed Nov 5, 2024
1 parent b4a8a29 commit 79845b1
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 61.2.0
libraryVersion: 62.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/v61.2.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v62.0.0...main)

# v62.0.0 (2024-11-05)

[Full changelog](https://github.com/mozilla/glean/compare/v61.2.0...v62.0.0)

* General
* **BREAKING**: Remove LMDB-to-safe-mode migration.
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.

7 changes: 4 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,7 @@ The following text applies to code linked from these dependencies:
* [crossbeam-channel 0.5.12]( https://github.com/crossbeam-rs/crossbeam )
* [crossbeam-utils 0.8.19]( https://github.com/crossbeam-rs/crossbeam )
* [env_logger 0.10.0]( https://github.com/rust-cli/env_logger/ )
* [errno 0.3.3]( https://github.com/lambda-fairy/rust-errno )
* [fastrand 2.0.0]( https://github.com/smol-rs/fastrand )
* [flate2 1.0.31]( https://github.com/rust-lang/flate2-rs )
* [form_urlencoded 1.1.0]( https://github.com/servo/rust-url )
Expand Down Expand Up @@ -4734,9 +4735,8 @@ SOFTWARE.

The following text applies to code linked from these dependencies:

* [glean-core 61.2.0]( https://github.com/mozilla/glean )
* [glean-build 15.0.1]( https://github.com/mozilla/glean )
* [glean 61.2.0]( https://github.com/mozilla/glean )
* [glean-build 15.2.0]( https://github.com/mozilla/glean )
* [glean 62.0.0]( https://github.com/mozilla/glean )
* [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel )

```
Expand Down Expand Up @@ -5120,6 +5120,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice

The following text applies to code linked from these dependencies:

* [glean-core 62.0.0]( https://github.com/mozilla/glean )
* [glean-bundle 1.0.0]( https://github.com/mozilla/glean )
* [glean-bundle-android 1.0.0]( https://github.com/mozilla/glean )
* [uniffi-bindgen 0.1.0]( https://crates.io/crates/uniffi-bindgen )
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 = "61.2.0"
version = "62.0.0"
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
description = "A modern Telemetry library"
repository = "https://github.com/mozilla/glean"
Expand Down
9 changes: 6 additions & 3 deletions glean-core/android-native/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: env_logger</name>
<url>https://github.com/rust-cli/env_logger/</url>
</license> <license>
<name>Apache License 2.0: errno</name>
<url>https://github.com/lambda-fairy/rust-errno</url>
</license> <license>
<name>Apache License 2.0: fastrand</name>
<url>https://github.com/smol-rs/fastrand</url>
Expand Down Expand Up @@ -291,9 +294,6 @@ the details of which are reproduced below.
</license> <license>
<name>MIT License: bincode</name>
<url>https://github.com/servo/bincode</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: glean-build</name>
<url>https://github.com/mozilla/glean</url>
Expand All @@ -303,6 +303,9 @@ the details of which are reproduced below.
</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: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-bundle</name>
<url>https://github.com/mozilla/glean</url>
Expand Down
9 changes: 6 additions & 3 deletions glean-core/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: env_logger</name>
<url>https://github.com/rust-cli/env_logger/</url>
</license> <license>
<name>Apache License 2.0: errno</name>
<url>https://github.com/lambda-fairy/rust-errno</url>
</license> <license>
<name>Apache License 2.0: fastrand</name>
<url>https://github.com/smol-rs/fastrand</url>
Expand Down Expand Up @@ -291,9 +294,6 @@ the details of which are reproduced below.
</license> <license>
<name>MIT License: bincode</name>
<url>https://github.com/servo/bincode</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: glean-build</name>
<url>https://github.com/mozilla/glean</url>
Expand All @@ -303,6 +303,9 @@ the details of which are reproduced below.
</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: glean-core</name>
<url>https://github.com/mozilla/glean</url>
</license> <license>
<name>Mozilla Public License 2.0: glean-bundle</name>
<url>https://github.com/mozilla/glean</url>
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 = "61.2.0"
version = "62.0.0"
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
description = "Glean SDK Rust language bindings"
repository = "https://github.com/mozilla/glean"
Expand All @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }

[dependencies.glean-core]
path = ".."
version = "61.2.0"
version = "62.0.0"

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

project.ext.glean_version = "61.2.0"
project.ext.glean_version = "62.0.0"
def parserVersion = gleanParserVersion(project)

// Print the required glean_parser version to the console. This is
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "glean-sdk"
version = "61.2.0"
version = "62.0.0"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 79845b1

Please sign in to comment.