mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-14 10:35:53 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dd0d6dea0 | ||
|
|
0bc8675ca7 |
+3
-1
@@ -4,9 +4,11 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.4.0b5 - 2024-03-05
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- Updates for v3.4.0b3 firmware.
|
- Updates for v3.4.0b3 firmware (out of sync with docs).
|
||||||
- Changed `hub.button` to `hub.buttons` on single button hubs. Access via
|
- Changed `hub.button` to `hub.buttons` on single button hubs. Access via
|
||||||
`hub.button` will keep working in the firmware for backwards compatibility.
|
`hub.button` will keep working in the firmware for backwards compatibility.
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
|
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
|
||||||
|
|
||||||
|
## 2.15.0 - 2024-03-05
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated docs to v3.4.0b5.
|
||||||
|
|
||||||
## 2.14.0 - 2024-01-30
|
## 2.14.0 - 2024-01-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pybricks/ide-docs",
|
"name": "@pybricks/ide-docs",
|
||||||
"version": "2.14.0",
|
"version": "2.15.0",
|
||||||
"description": "Special build of Pybricks API docs for embedding in an IDE.",
|
"description": "Special build of Pybricks API docs for embedding in an IDE.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pybricks"
|
name = "pybricks"
|
||||||
version = "3.4.0b4"
|
version = "3.4.0b5"
|
||||||
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
||||||
authors = ["The Pybricks Authors <team@pybricks.com>"]
|
authors = ["The Pybricks Authors <team@pybricks.com>"]
|
||||||
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user