Skip to content

Commit

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

### Minor Changes

- Add feature to dynamically associate yaml files to `ansible` language (#600) @priyamsahoo

### Bugfixes

- Use new location of ansible-lint config JSON Schema (#608) @ssbarnea
- Fix the display of double `Ansible` in status-bar text (#605) @priyamsahoo
- Disable python debugger when running external commands (#603) @ssbarnea

Co-authored-by: Ansible DevTools <[email protected]>
  • Loading branch information
ansibot and ansibuddy authored Sep 22, 2022
1 parent 856b07b commit c89023d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## v0.14.0

### Minor Changes

- Add feature to dynamically associate yaml files to `ansible` language (#600)
@priyamsahoo

### Bugfixes

- Use new location of ansible-lint config JSON Schema (#608) @ssbarnea
- Fix the display of double `Ansible` in status-bar text (#605) @priyamsahoo
- Disable python debugger when running external commands (#603) @ssbarnea

## v0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
},
"version": "0.13.0",
"version": "0.14.0",
"packageManager": "[email protected]",
"vsce": {
"dependencies": false,
Expand Down

0 comments on commit c89023d

Please sign in to comment.