Skip to content

Commit cdb9855

Browse files
committed
Merge branch 'release-v0.22.0' into release
2 parents 5bb0790 + 7423652 commit cdb9855

File tree

15 files changed

+460
-119
lines changed

15 files changed

+460
-119
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
source venv/bin/activate
153153
pip install -r requirements.txt
154154
glean_parser translate metrics.yaml pings.yaml -f javascript -o generated \
155-
--option platform=qt --option version="0.21"
155+
--option platform=qt --option version="0.22"
156156
157157
sudo apt-get install xvfb
158158
xvfb-run python main.py &> qml.log &

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Unreleased changes
22

3-
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.21.1...main)
3+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.22.0...main)
4+
5+
# v0.22.0 (2021-10-06)
6+
7+
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.21.1...v0.22.0)
8+
9+
* [#796](https://github.com/mozilla/glean.js/pull/796): Support setting the `app_channel` metric.
10+
- As described in ["Release channels"](https://mozilla.github.io/glean/book/reference/general/initializing.html?highlight=channel#release-channels).
411

512
# v0.21.1 (2021-09-30)
613

0 commit comments

Comments
 (0)