Skip to content

Commit

Permalink
Release version 19.0.0 (#397)
Browse files Browse the repository at this point in the history
Release version 19.0.0
  • Loading branch information
badboy committed Oct 23, 2019
2 parents 63c1d43 + 6f4530d commit 1ac00bf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
@@ -1,4 +1,4 @@
libraryVersion: 0.0.1-TESTING7
libraryVersion: 19.0.0
groupId: org.mozilla.telemetry
projects:
glean-core:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING6...master)
[Full changelog](https://github.com/mozilla/glean/compare/v19.0.0...master)

# v19.0.0 (2019-10-22)

[Full changelog](https://github.com/mozilla/glean/compare/v0.0.1-TESTING6...v19.0.0)

First stable release of Glean in Rust (aka glean-core).
This is a major milestone in using a cross-platform implementation of Glean on the Android platform.

* Fix roundtripping of timezone offsets in dates ([#392](https://github.com/mozilla/glean/pull/392))
* Handle dynamic labels in coroutine tasks ([#394](https://github.com/mozilla/glean/pull/384))

# v0.0.1-TESTING6 (2019-10-18)

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
@@ -1,6 +1,6 @@
[package]
name = "glean-core"
version = "0.1.0"
version = "19.0.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/ffi/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glean-ffi"
edition = "2018"
version = "0.1.0"
version = "19.0.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]

[lib]
Expand Down

0 comments on commit 1ac00bf

Please sign in to comment.