mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
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.
14 lines
584 B
Markdown
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
|