From c89023d76b1e023b314d2c539830419d318bd837 Mon Sep 17 00:00:00 2001 From: ansibot Date: Thu, 22 Sep 2022 17:20:25 +0200 Subject: [PATCH] Release v0.14.0 (#633) ## 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 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245443190..d48eed239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ +## 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 diff --git a/package.json b/package.json index bc3d0213e..41c01a684 100644 --- a/package.json +++ b/package.json @@ -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": "yarn@3.2.1", "vsce": { "dependencies": false,