Skip to content

Commit 55abed4

Browse files
authored
Merge pull request #107 from Open-STEM/UpdateVersionNumberSchema
Set new version number schema for this and future releases
2 parents f2b6400 + 03be861 commit 55abed4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ request there for a maintainer to review and merge. The bundle contains:
3737
The version is taken from the release tag with any leading `v` stripped
3838
(`v2.2.4``2.2.4`), and becomes the directory name and the `xrplib-<version>` id.
3939

40+
The library version number has been changed to YY.MM.N - ex. 26.07.1 is the first version released in July 2026.
41+
4042
**One-time setup.** Add a repository secret named `FIRMWARE_TOKEN` — a fine-grained
4143
PAT or GitHub App token with **Contents: write** and **Pull requests: write** on
4244
Open-STEM/XRP_Firmware. Contents: write is needed to push the PR's branch (not to

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"deps": [
3535
["github:pimoroni/phew", "latest"]
3636
],
37-
"version": "2.2.3"
37+
"version": "26.07.1"
3838
}

0 commit comments

Comments
 (0)