mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e467bb57c9 |
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user