Skip to content

Commit 25a4e76

Browse files
Versioning update
1 parent 09232bf commit 25a4e76

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,13 @@ The mpremote module can be installed with pip, like this:
3232
`py -m pip install mpremote`
3333

3434
## About Version Numbers
35-
This extension's version numbers are tied to the major and minor version
36-
of mpremote. The first two numbers indicate the version of mpremote this
37-
extension was devloped and tested with. The final number is used to track
38-
enhancements and bug fixes to this extension.
39-
40-
For example:
41-
* 0.4.0 of the extension was developed for mpremote 0.4.0
42-
* 0.4.1 is an enhancement to the extension developed for mpremote 0.4.0
43-
44-
So, given MAJOR.MINOR.PATCH ...
45-
MAJOR = mpremote major,
46-
MINOR = mpremote minor,
47-
PATCH = extension version
35+
Older version numbers attempted to follow MicroPython's mpremote version. Starting with 2.0, this extension's version is independent.
4836

4937
## Release Notes
5038

39+
### 2.0.0
40+
Standardize on semantic versioning.
41+
5142
### 1.21.21
5243
Enhancement to add "Run on remote device (run)" to the editor toolbar's Run button.
5344

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Command palette access for MicroPython mpremote",
55
"icon": "images/snake.png",
66
"publisher": "DavesCodeMusings",
7-
"version": "1.21.21",
7+
"version": "2.0.0",
88
"engines": {
99
"vscode": "^1.79.0"
1010
},

0 commit comments

Comments
 (0)