Skip to content

Commit

Permalink
Merge pull request #1060 from mozilla/release-v31.4.0
Browse files Browse the repository at this point in the history
Bumped version to 31.4.0
  • Loading branch information
Dexterp37 authored Jul 16, 2020
2 parents 15e35b2 + 72172f4 commit 2ca23ee
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 31.3.0
libraryVersion: 31.4.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,9 +1,13 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v31.4.0...main)

# v31.4.0 (2020-07-16)

* General
* Enable debugging features through environment variables. ([#1058](https://github.com/mozilla/glean/pull/1058))

[Full changelog](https://github.com/mozilla/glean/compare/v31.3.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v31.3.0...v31.4.0)

# v31.3.0 (2020-07-10)

Expand Down
10 changes: 5 additions & 5 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 @@ -2821,8 +2821,8 @@ THE SOFTWARE.
The following text applies to code linked from these dependencies:

* [benchmark 0.1.0]( https://crates.io/crates/benchmark )
* [glean-core 31.3.0]( https://github.com/mozilla/glean )
* [glean-ffi 31.3.0]( https://github.com/mozilla/glean )
* [glean-core 31.4.0]( https://github.com/mozilla/glean )
* [glean-ffi 31.4.0]( https://github.com/mozilla/glean )
* [glean-preview 0.0.5]( https://github.com/mozilla/glean )


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 = "31.3.0"
version = "31.4.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/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean-ffi"
version = "31.3.0"
version = "31.4.0"
authors = ["Jan-Erik Rediger <[email protected]>", "The Glean Team <[email protected]>"]
description = "FFI layer for Glean, a modern Telemetry library"
repository = "https://github.com/mozilla/glean"
Expand Down Expand Up @@ -35,7 +35,7 @@ once_cell = "1.2.0"

[dependencies.glean-core]
path = ".."
version = "31.3.0"
version = "31.4.0"

[target.'cfg(target_os = "android")'.dependencies]
android_logger = { version = "0.8.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion glean-core/preview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }

[dependencies.glean-core]
path = ".."
version = "31.3.0"
version = "31.4.0"

[dependencies]
once_cell = "1.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ except:
}

void apply(Project project) {
project.ext.glean_version = "31.3.0"
project.ext.glean_version = "31.4.0"

File condaDir = setupPythonEnvironmentTasks(project)
project.ext.set("gleanCondaDir", condaDir)
Expand Down

0 comments on commit 2ca23ee

Please sign in to comment.