Skip to content

Commit

Permalink
Release 2.20.0 (#952)
Browse files Browse the repository at this point in the history
* update change log for 2.20.0

* update version to 2.20.0

* update change log

* Update CHANGELOG.md

Co-authored-by: James Pogran <[email protected]>

* fix typo

Co-authored-by: James Pogran <[email protected]>
  • Loading branch information
dbanck and jpogran authored Mar 1, 2022
1 parent 9461f77 commit 93d7a82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
## [Unreleased]

## [2.20.0] (2022-03-01)

ENHANCEMENTS:

- Publish Platform Specific Extension [#905](https://github.com/hashicorp/vscode-terraform/pull/905)
- Update list/map syntax highlighting [#918](https://github.com/hashicorp/vscode-terraform/pull/918)
- Improve comment detection [#935](https://github.com/hashicorp/vscode-terraform/pull/935)
- Highlight block label as "enumMember" & highlight unquoted labels [#943](https://github.com/hashicorp/vscode-terraform/pull/943)
- Add new scope for block type and name [#934](https://github.com/hashicorp/vscode-terraform/pull/934)
- Resolve issue with tfvars comment toggling [#937](https://github.com/hashicorp/vscode-terraform/pull/937)
- Improve Extension Documentation [#942](https://github.com/hashicorp/vscode-terraform/pull/942)

BUG FIXES:

- Fix Nested Map Highlighting [#925](https://github.com/hashicorp/vscode-terraform/pull/925)
- Fix npm run syntax tests [#928](https://github.com/hashicorp/vscode-terraform/pull/928)
- Move TextMate scope.terraform to source.terraform [#921](https://github.com/hashicorp/vscode-terraform/pull/921)
- Fix highlighting for attribute access with a dash [#933](https://github.com/hashicorp/vscode-terraform/pull/933)
- Fix highlighting for nested expression syntax [#940](https://github.com/hashicorp/vscode-terraform/pull/940)
- Update description for log file argument [#945](https://github.com/hashicorp/vscode-terraform/pull/945)

INTERNAL:

Expand All @@ -24,6 +31,8 @@ INTERNAL:
- Add Terraform language tmgrammar snapshots [#914](https://github.com/hashicorp/vscode-terraform/pull/914)
- Run syntax tests on all snapshot files [#917](https://github.com/hashicorp/vscode-terraform/pull/917)
- Run syntax tests when grammar changes [#922](https://github.com/hashicorp/vscode-terraform/pull/922)
- deps: Update to @vscode/extension-telemetry [#939](https://github.com/hashicorp/vscode-terraform/pull/)
- Fix ignore markdown files [#946](https://github.com/hashicorp/vscode-terraform/pull/946)

## [2.19.0] (2022-01-20)

Expand Down Expand Up @@ -366,7 +375,8 @@ For information on prior major and minor releases, see their changelogs:


<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.19.0...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.20.0...main
[2.20.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.19.0...v2.20.0
[2.19.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.18.0...v2.19.0
[2.18.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.17.0...v2.18.0
[2.17.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.16.0...v2.17.0
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 @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.19.0",
"version": "2.20.0",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand Down

0 comments on commit 93d7a82

Please sign in to comment.