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"