Skip to content

Commit

Permalink
Bumped version to 30.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed May 22, 2020
1 parent d1ac4a9 commit 6bce067
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 30.0.0
libraryVersion: 30.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/v30.0.0...master)
[Full changelog](https://github.com/mozilla/glean/compare/v30.1.0...master)

# v30.1.0 (2020-05-22)

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

* Android & iOS
* Ping payloads are now compressed using gzip.
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.

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 = "30.0.0"
version = "30.1.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
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 = "30.0.0"
version = "30.1.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
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 = "30.0.0"
version = "30.1.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 = "30.0.0"
version = "30.1.0"

[dependencies]
once_cell = "1.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ subprocess.check_call([
}

void apply(Project project) {
project.ext.glean_version = "30.0.0"
project.ext.glean_version = "30.1.0"

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

0 comments on commit 6bce067

Please sign in to comment.