Skip to content

Commit

Permalink
Bumped version to 51.4.0 (#2213)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
  • Loading branch information
perrymcmanis144 and Dexterp37 committed Oct 4, 2022
1 parent a814b12 commit 86847ed
Show file tree
Hide file tree
Showing 8 changed files with 18 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: 51.3.0
libraryVersion: 51.4.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# 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))

* Swift
* Fix for iOS startup crash caused by Glean ([#2206](https://github.com/mozilla/glean/pull/2206))

# v51.3.0 (2022-09-28)

[Full changelog](https://github.com/mozilla/glean/compare/v51.2.0...v51.3.0)
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 @@ -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 )

```
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 = "51.3.0"
version = "51.4.0"
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 = "51.3.0"
version = "51.4.0"

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 = "51.3.0"
version = "51.4.0"
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 = "51.3.0"
version = "51.4.0"

[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 = "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
Expand Down

0 comments on commit 86847ed

Please sign in to comment.