Skip to content

Commit ce07cdf

Browse files
committed
Prepare for 0.1.2 release.
1 parent 406de92 commit ce07cdf

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## [0.1.2]
44

55
- Added new keywords `ndk_header` and `rust_type`.
66

@@ -13,3 +13,4 @@
1313
- Initial release, TextMate grammar for AIDL syntax highlighting.
1414

1515
[0.1.1]: https://github.com/google/aidl-language/compare/0.1.0...0.1.1
16+
[0.1.2]: https://github.com/google/aidl-language/compare/0.1.1...0.1.2

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.2
10+
11+
Added new keywords `ndk_header` and `rust_type`.
12+
913
### 0.1.1
1014

1115
Fixed issue with declarations nested under interface, parcelable, and union declarations.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
5+
"version": "0.1.2",
66
"engines": {
77
"vscode": "^1.52.0"
88
},

0 commit comments

Comments
 (0)