Skip to content

Commit

Permalink
Release v0.10.2 (#441)
Browse files Browse the repository at this point in the history
## v0.10.2

### Bugfixes

- Fix 'handlers' keyword syntax highlighting and auto-completion (#440) @priyamsahoo
- Fix missing ansible-lint warning (#438) @priyamsahoo
- Replace `python` with `python3` in command execution (#430) @priyamsahoo

Co-authored-by: Ansible DevTools <[email protected]>
  • Loading branch information
ansibot and ansibuddy authored Sep 22, 2022
1 parent e080eb1 commit 0b20ec2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Do *NOT* manually add changelog entries here! This file is updated by

<!-- KEEP-THIS-COMMENT -->

## v0.10.2

### Bugfixes

- Fix 'handlers' keyword syntax highlighting and auto-completion (#440)
@priyamsahoo
- Fix missing ansible-lint warning (#438) @priyamsahoo
- Replace `python` with `python3` in command execution (#430) @priyamsahoo

## v0.10.1

### Bugfixes
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 @@ -4,7 +4,7 @@
"displayName": "Ansible",
"description": "Ansible language server",
"license": "MIT",
"version": "0.10.1",
"version": "0.10.2",
"contributors": [
{
"name": "Tomasz Maciążek",
Expand Down

0 comments on commit 0b20ec2

Please sign in to comment.