Skip to content

Commit 5dde387

Browse files
committed
Prepare for 0.1.1 release.
1 parent d407f4f commit 5dde387

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Change Log
1+
# Changelog
22

3-
## [0.1.0]
3+
## [0.1.1]
4+
5+
- Fixed issue with declarations nested under interface, parcelable, and union declarations.
6+
7+
## 0.1.0
48

59
- Initial release, TextMate grammar for AIDL syntax highlighting.
10+
11+
[0.1.1]: https://github.com/google/aidl-language/compare/0.1.0...0.1.1

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This is not an officially supported Google product.
66

77
## Release Notes
88

9+
### 0.1.1
10+
11+
Fixed issue with declarations nested under interface, parcelable, and union declarations.
12+
913
### 0.1.0
1014

1115
Initial release with a basic AIDL grammar for syntax highlighting.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aidl-language",
33
"displayName": "AIDL",
44
"description": "Syntax highlighting for the Android Interface Definition Language.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"engines": {
77
"vscode": "^1.52.0"
88
},

0 commit comments

Comments
 (0)