Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2022
1 parent c1b3d44 commit f0ffd2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.4.7] - 2022-09-25

### 🚀 New Features and Enhancements

- Add config for updating max amount of table head layers [#2436](https://github.com/iterative/vscode-dvc/pull/2436) by [@julieg18](https://github.com/julieg18)

### 🐛 Bug Fixes

- Turn off language server until it is fixed [#2460](https://github.com/iterative/vscode-dvc/pull/2460) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Move remaining data update watchers to RelativePatterns [#2451](https://github.com/iterative/vscode-dvc/pull/2451) by [@mattseddon](https://github.com/mattseddon)

## [0.4.6] - 2022-09-23

### 🚀 New Features and Enhancements
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "0.4.6",
"version": "0.4.7",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit f0ffd2c

Please sign in to comment.