We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975bb33 commit 83f6526Copy full SHA for 83f6526
README.md
@@ -24,6 +24,10 @@ No known issues.
24
25
## Release Notes
26
27
+### 0.0.8
28
+
29
+Added missing language elements and relational operators
30
31
### 0.0.7
32
33
New logos and much greater syntax coverage
package.json
@@ -9,7 +9,7 @@
9
},
10
"icon": "assets/images/bitloops-language-logo-256x256.png",
11
"license": "MIT",
12
- "version": "0.0.7",
+ "version": "0.0.8",
13
"scripts": {
14
"vs:package": "vsce package",
15
"vs:publish": "vsce publish"
0 commit comments