We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff6eaa commit ecbfbcfCopy full SHA for ecbfbcf
jedi/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
## Unreleased
6
7
+## 1.5.0 - 2022-12-02
8
+
9
+### Changed
10
+- Added `ujson` and `ustruct` modules.
11
12
## 1.4.0 - 2022-12-02
13
14
### Changed
jedi/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pybricks_jedi"
3
-version = "1.4.0"
+version = "1.5.0"
description = "Code completion for Pybricks."
authors = ["The Pybricks Authors"]
license = "MIT"
0 commit comments