Skip to content

Commit

Permalink
Bumped version to 63.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jan 30, 2025
1 parent c5aa006 commit 95c7776
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 63.0.0
libraryVersion: 63.1.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/v63.0.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v63.1.0...main)

# v63.1.0 (2025-01-30)

[Full changelog](https://github.com/mozilla/glean/compare/v63.0.0...v63.1.0)

* General
* The `glean.validation.pings_submitted` metric will now only record counts for built-in pings ([#3010](https://github.com/mozilla/glean/pull/3010))
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.

12 changes: 6 additions & 6 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the details of which are reproduced below.

The following text applies to code linked from these dependencies:

* [miniz_oxide 0.7.1]( https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide )
* [miniz_oxide 0.8.2]( https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide )

```
Expand Down Expand Up @@ -2089,11 +2089,11 @@ The following text applies to code linked from these dependencies:
* [bitflags 2.4.1]( https://github.com/bitflags/bitflags )
* [camino 1.1.4]( https://github.com/camino-rs/camino )
* [cfg-if 1.0.0]( https://github.com/alexcrichton/cfg-if )
* [crossbeam-channel 0.5.12]( https://github.com/crossbeam-rs/crossbeam )
* [crossbeam-channel 0.5.14]( 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/ )
* [fastrand 2.0.0]( https://github.com/smol-rs/fastrand )
* [flate2 1.0.31]( https://github.com/rust-lang/flate2-rs )
* [flate2 1.0.35]( https://github.com/rust-lang/flate2-rs )
* [form_urlencoded 1.1.0]( https://github.com/servo/rust-url )
* [glob 0.3.0]( https://github.com/rust-lang/glob )
* [heck 0.5.0]( https://github.com/withoutboats/heck )
Expand Down Expand Up @@ -2965,7 +2965,7 @@ limitations under the License.

The following text applies to code linked from these dependencies:

* [adler 1.0.2]( https://github.com/jonas-schievink/adler.git )
* [adler2 2.0.0]( https://github.com/oyvindln/adler2 )
* [cargo-platform 0.1.2]( https://github.com/rust-lang/cargo )

```
Expand Down Expand Up @@ -4734,9 +4734,9 @@ SOFTWARE.

The following text applies to code linked from these dependencies:

* [glean-core 63.0.0]( https://github.com/mozilla/glean )
* [glean-core 63.1.0]( https://github.com/mozilla/glean )
* [glean-build 16.1.0]( https://github.com/mozilla/glean )
* [glean 63.0.0]( https://github.com/mozilla/glean )
* [glean 63.1.0]( https://github.com/mozilla/glean )
* [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel )

```
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 = "63.0.0"
version = "63.1.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
4 changes: 2 additions & 2 deletions glean-core/android-native/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ the details of which are reproduced below.
<name>Apache License 2.0: getrandom</name>
<url>https://github.com/rust-random/getrandom</url>
</license> <license>
<name>Apache License 2.0: adler</name>
<url>https://github.com/jonas-schievink/adler.git</url>
<name>Apache License 2.0: adler2</name>
<url>https://github.com/oyvindln/adler2</url>
</license> <license>
<name>Apache License 2.0: cargo-platform</name>
<url>https://github.com/rust-lang/cargo</url>
Expand Down
4 changes: 2 additions & 2 deletions glean-core/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ the details of which are reproduced below.
<name>Apache License 2.0: getrandom</name>
<url>https://github.com/rust-random/getrandom</url>
</license> <license>
<name>Apache License 2.0: adler</name>
<url>https://github.com/jonas-schievink/adler.git</url>
<name>Apache License 2.0: adler2</name>
<url>https://github.com/oyvindln/adler2</url>
</license> <license>
<name>Apache License 2.0: cargo-platform</name>
<url>https://github.com/rust-lang/cargo</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 = "63.0.0"
version = "63.1.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 = "63.0.0"
version = "63.1.0"

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

project.ext.glean_version = "63.0.0"
project.ext.glean_version = "63.1.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 = "63.0.0"
version = "63.1.0"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 95c7776

Please sign in to comment.