Skip to content

Commit

Permalink
Release version 21.2.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 27, 2019
1 parent f720c33 commit c748955
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 21.2.0
libraryVersion: 21.2.1-TESTING1
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/v21.2.0...master)
[Full changelog](https://github.com/mozilla/glean/compare/v21.2.1-alpha.1...master)

# v21.2.1-alpha.1 (2019-11-27)

[Full changelog](https://github.com/mozilla/glean/compare/v21.2.0...21.2.1-alpha.1)

# v21.2.0 (2019-11-21)

Expand Down
6 changes: 3 additions & 3 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 = "21.2.0"
version = "21.2.1-alpha.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
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 = "21.2.0"
version = "21.2.1-alpha.1"
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 @@ -34,7 +34,7 @@ uuid = { version = "0.8.1", features = ["v4"] }

[dependencies.glean-core]
path = ".."
version = "21.2.0"
version = "21.2.1-alpha.1"

[target.'cfg(target_os = "android")'.dependencies]
android_logger = { version = "0.8.5", default-features = false }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ subprocess.check_call([
}

void apply(Project project) {
project.ext.glean_version = "21.2.0"
project.ext.glean_version = "21.2.1-TESTING1"

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

0 comments on commit c748955

Please sign in to comment.