Files
pybricks-api/CHANGELOG.md
T
Laurens Valk 2926b4af71 npm/jedi: Build pybricks-api from source.
Now that we use a single release pipeline, the API itself might not yet be on
PyPI by the time we build jedi, so we build it locally.

We'll still keep the API docs on PyPI so users can have local autocomplete,
but that path is no longer a dependency for building jedi.

Also explain CHANGELOG synchronization with firmware repo.
2026-05-30 11:39:00 +02:00

14 lines
584 B
Markdown

# Changelog
See [pybricks-micropython/CHANGELOG.md][changelog] for the changes in each release.
This repository is frequently updated to stay in sync with the implementation.
Major and minor versions are synchronized with `pybricks-micropython`, which
leads. Patch versions and prerelease version numbers may differ, as they may
be bumped for every small change or typo in the docs.
The version for this repository is also used for the `@pybricks/jedi` and `@pybricks/ide-docs` npm packages.
[changelog]: https://github.com/pybricks/pybricks-micropython/blob/master/CHANGELOG.md