Skip to content

Commit 10a8003

Browse files
authored
Prepare 0.7.0 release (#335)
1 parent 5ac0072 commit 10a8003

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
<!-- markdownlint-disable no-duplicate-heading -->
22
# Change Log
33

4+
## 0.7.0
5+
6+
### Removals
7+
8+
* Dropped the option to configure ansible-vault path (#318) @ssbarnea
9+
* Dropped the option to configure ansible-playbook location (#317) @ssbarnea
10+
11+
### Minor Changes
12+
13+
* Upgraded the `@ansible/ansible-language-server` dependency to 0.3.0 (#333) @ssbarnea
14+
* Added support for nested module options (suboptions) @tomaciazek
15+
* Updated container cleanup logic for execution environment @ganeshrn
16+
* Switched the default execution environment to `ansible/creator-ee:latest`
17+
(#331) @ganeshrn @ssbarnea
18+
* Enabled auto-selecttion of the only vault-id (#298) @jeinwag
19+
20+
### Bugfixes
21+
22+
* Corrected some unspecified configurable settings (#307) @ssbarnea
23+
* Started invoking inactive extension when running ansible-vault (#296) @jeinwag
24+
25+
### Documentation
26+
27+
* Documented the need to have an open workspace for the extension to work @ssbarnea
28+
429
## 0.6.1
530

631
### Bugfixes

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
@@ -449,5 +449,5 @@
449449
"webpack:watch": "webpack --mode development --config ./webpack.config.js --watch",
450450
"clean": "rimraf out/client out/server out/tsconfig.tsbuildinfo"
451451
},
452-
"version": "0.6.1"
452+
"version": "0.7.0"
453453
}

0 commit comments

Comments
 (0)