Skip to content

Commit

Permalink
Prepare for 0.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Sep 5, 2023
1 parent 406de92 commit ce07cdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.1.2]

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

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

[0.1.1]: https://github.com/google/aidl-language/compare/0.1.0...0.1.1
[0.1.2]: https://github.com/google/aidl-language/compare/0.1.1...0.1.2
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is not an officially supported Google product.

## Release Notes

## 0.1.2

Added new keywords `ndk_header` and `rust_type`.

### 0.1.1

Fixed issue with declarations nested under interface, parcelable, and union declarations.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aidl-language",
"displayName": "AIDL",
"description": "Syntax highlighting for the Android Interface Definition Language.",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.52.0"
},
Expand Down

0 comments on commit ce07cdf

Please sign in to comment.