File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33[ Full changelog] ( https://github.com/mozilla/glean.js/compare/v1.2.0...main )
44
5+ * [ #1544 ] ( https://github.com/mozilla/glean.js/pull/1544 ) : Upgrade ` glean_parser ` version to ` 6.2.1 ` .
56* [ #1516 ] ( https://github.com/mozilla/glean.js/pull/1516 ) : Implement the Custom Distribution metric type.
67* [ #1514 ] ( https://github.com/mozilla/glean.js/pull/1514 ) : Implement the Memory Distribution metric type.
78* [ #1475 ] ( https://github.com/mozilla/glean.js/pull/1475 ) : Implement the Timing Distribution metric type.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727const VIRTUAL_ENVIRONMENT_DIR = process . env . VIRTUAL_ENV || path . join ( process . cwd ( ) , ".venv" ) ;
2828
2929// The version of glean_parser to install from PyPI.
30- const GLEAN_PARSER_VERSION = "5.1.0 " ;
30+ const GLEAN_PARSER_VERSION = "6.2.1 " ;
3131
3232// This script runs a given Python module as a "main" module, like
3333// `python -m module`. However, it first checks that the installed
Original file line number Diff line number Diff line change 1- glean_parser == 5.1.0
1+ glean_parser == 6.2.1
You can’t perform that action at this time.
0 commit comments