From 32ff42d58333901eb97b198771af5a256db149b8 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 2 Jun 2026 12:02:21 +0200 Subject: [PATCH] CHANGELOG: Move version notes. No need to post these in all release notes. --- CHANGELOG.md | 8 -------- CONTRIBUTING.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a30a8..826136c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,4 @@ 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f725a8..5846b8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,6 +168,18 @@ Building all release artifacts (docs, jedi, npm packages): # Linux/macOS only ./build-all.sh +** version notes ** + +This repository is frequently updated to stay in sync with the firmware +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. + [vscode]: https://code.visualstudio.com/ [git]: https://git-scm.com/ [python]: https://www.python.org/