Skip to content

Commit df1191e

Browse files
committed
version 0.2.0
1 parent 9b0e2ae commit df1191e

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// A launch configuration that launches the extension inside a new window
22
{
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"configurations": [
55
{
66
"name": "Extension",

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,20 @@ VS Code extension for supporting the Java Modelling Language.
55
## Features
66

77
* Syntax highlighting of JML contracts
8+
9+
## Changelog
10+
11+
12+
* **0.2.0** (04.04.2019)
13+
- Fixes by @csicar
14+
15+
* **0.1.0** ()
16+
- First release
17+
18+
* **0.0.0** (unpublished)
19+
- Start with the `java` language definition of VS Code.
20+
21+
## Authors
22+
23+
* @csicar
24+
* @wadoon

jml-vscode-0.2.0.vsix

8.26 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jml-vscode",
33
"displayName": "jml-vscode",
44
"description": "VS Code support for Java Modelling Language",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "wadoon",
77
"engines": {
88
"vscode": "^1.30.0"

0 commit comments

Comments
 (0)