Skip to content

Commit 04f2a7f

Browse files
committed
v0.1.0
1 parent 2924d9b commit 04f2a7f

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ All notable changes to the "bitloops-language" extension will be documented in t
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
### 0.1.0
88

9-
- Initial release
9+
Added LSP server
10+
11+
### 0.0.9
12+
13+
Fixed issue #5 causing comments not to display properly
14+
15+
### 0.0.8
16+
17+
Added missing language elements and relational operators
18+
19+
### 0.0.7
20+
21+
New logos and much greater syntax coverage
22+
23+
### 0.0.6
24+
25+
This version should not be used as it contains errors
26+
27+
### 0.0.5
28+
29+
Added additional grammar elements (RESTRouter, env, new, DomainError, ApplicationError, Config)
30+
31+
### 0.0.4
32+
33+
Added additional grammar elements including most protobuf data types
34+
35+
### 0.0.3
36+
37+
Added files icon and added main grammar elements
38+
39+
### 0.0.2
40+
41+
Added icon
42+
43+
### 0.0.1
44+
45+
Initial release of the Bitloops language extension

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ No known issues.
3333

3434
## Release Notes
3535

36+
### 0.1.0
37+
38+
Added LSP server
39+
3640
### 0.0.9
3741

3842
Fixed issue #5 causing comments not to display properly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"icon": "assets/images/bitloops-language-logo-256x256.png",
1111
"license": "MIT",
12-
"version": "0.0.9",
12+
"version": "0.1.0",
1313
"scripts": {
1414
"vs:package": "vsce package",
1515
"vs:publish": "vsce publish",

0 commit comments

Comments
 (0)