Skip to content

Commit fbfcb70

Browse files
committed
Set up for new new versioning scheme.
1 parent 3d50cd2 commit fbfcb70

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3-
## 8.5.1
3+
## 805.1.0
44

55
* Stable release.
6+
* New new versioning scheme. 805 means it's for Ren'Py 8.5. Odd minor versions
7+
represent stable releases, even minor versions represent development releases,
8+
and patches are an index in the series.
9+
10+
## 8.6.0
11+
12+
* Mistakenly published release.
613
* Arguments passed to the shell by tasks are now quoted by VS Code, allowing the
714
commands to work even if spaces are in the directory names.
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "language-renpy",
33
"displayName": "Ren'Py Language (Official)",
44
"description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.",
5-
"version": "8.6.0",
5+
"version": "805.0.0",
66
"publisher": "renpy",
77
"license": "MIT",
88
"homepage": "https://github.com/renpy/vscode-language-renpy",

0 commit comments

Comments
 (0)