Skip to content

Commit

Permalink
Bumped version to 52.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jan 19, 2023
1 parent b22d2f5 commit ab11824
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 52.0.0
libraryVersion: 52.0.1
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/v52.0.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v52.0.1...main)

# v52.0.1 (2023-01-19)

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

* Android
* The `GleanDebugActivity` can run without Glean being initialized ([#2336](https://github.com/mozilla/glean/pull/2336))
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.

4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5022,9 +5022,9 @@ You may use this code under the terms of either license.

The following text applies to code linked from these dependencies:

* [glean 52.0.0]( https://github.com/mozilla/glean )
* [glean 52.0.1]( https://github.com/mozilla/glean )
* [glean-build 6.4.0]( https://github.com/mozilla/glean )
* [glean-core 52.0.0]( https://github.com/mozilla/glean )
* [glean-core 52.0.1]( 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 = "52.0.0"
version = "52.0.1"
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
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 = "52.0.0"
version = "52.0.1"

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 = "52.0.0"
version = "52.0.1"
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 = "52.0.0"
version = "52.0.1"

[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 = "52.0.0"
project.ext.glean_version = "52.0.1"
def parserVersion = gleanParserVersion(project)

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

0 comments on commit ab11824

Please sign in to comment.