Compare commits

...
Author SHA1 Message Date
David Lechner e467bb57c9 pybricks_jedi/v1.1.0 2022-06-26 00:10:04 -05:00
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
# Changelog
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## 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.
+1 -1
View File
@@ -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"