Skip to content

Commit

Permalink
release: even-better-toml-0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Nov 6, 2024
1 parent 01ac972 commit a52472d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.21.0

### Fixes

- Update `@taplo/lsp` to `0.8.0`
- Update `which` dependency to `0.5.0`
- Remove activation events auto-generated by VS Code

### Features

- Add `uv.lock` to recognised filenames [#668](https://github.com/tamasfe/taplo/pull/668)
- Add option to reorder inline tables and `reorderInlineTables` configuration option [#671](https://github.com/tamasfe/taplo/pull/671)

## 0.20.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "even-better-toml",
"displayName": "Even Better TOML",
"description": "Fully-featured TOML support",
"version": "0.20.2",
"version": "0.21.0",
"autoTag": {
"enabled": true
},
Expand Down

0 comments on commit a52472d

Please sign in to comment.