Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[Full changelog](https://github.com/mozilla/glean.js/compare/v0.8.1...main)

* [#201](https://github.com/mozilla/glean.js/pull/201): BUGFIX: Do not let the platform be changed after Glean is initialized.
* [#215](https://github.com/mozilla/glean.js/pull/215): Update the `glean-parser` to version 3.1.0.

# v0.8.1 (2021-04-14)

Expand Down
2 changes: 1 addition & 1 deletion glean/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const execAsync = promisify(exec.exec);
const VIRTUAL_ENVIRONMENT_DIR = ".venv";

// The version of glean_parser to install from PyPI.
const GLEAN_PARSER_VERSION = "2.5.0";
const GLEAN_PARSER_VERSION = "3.1.0";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good point. I'll take that as a follow up

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


// This script runs a given Python module as a "main" module, like
// `python -m module`. However, it first checks that the installed
Expand Down
2 changes: 1 addition & 1 deletion samples/qt-qml-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PySide2==5.15.2
shiboken2==5.15.2
glean_parser==3.0.0
glean_parser==3.1.0