From e467bb57c9255650367778984bfa3193ae92a4a0 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 26 Jun 2022 00:09:45 -0500 Subject: [PATCH] pybricks_jedi/v1.1.0 --- jedi/CHANGELOG.md | 20 ++++++++++++++++++++ jedi/pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 jedi/CHANGELOG.md diff --git a/jedi/CHANGELOG.md b/jedi/CHANGELOG.md new file mode 100644 index 0000000..1a81019 --- /dev/null +++ b/jedi/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + + + +## 1.1.0 - 2022-06-26 + +### Added +- Added this changelog. +- Added support for parameter documentation in signatures. + +### Changed +- Updated to pybricks API package v3.2.0b1-r3. +- Documentation is now treated as markdown. + +### Fixed +- Fixed including docstring for `__init__` on classes. + +## 1.0.0 - 2022-06-24 + +Initial release. diff --git a/jedi/pyproject.toml b/jedi/pyproject.toml index 8d8f377..e796847 100644 --- a/jedi/pyproject.toml +++ b/jedi/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks_jedi" -version = "1.0.0" +version = "1.1.0" description = "Code completion for Pybricks." authors = ["The Pybricks Authors"] license = "MIT"