Skip to content

Commit 737584a

Browse files
Update version and CHANGELOG for release (#5213)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent d2a9a8c commit 737584a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [1.2.6] - 2024-01-18
6+
7+
### 🔨 Maintenance
8+
9+
- Update ribbon error banner to a div [#5187](https://github.com/iterative/vscode-dvc/pull/5187) by [@julieg18](https://github.com/julieg18)
10+
- Update demo project and latest tested CLI version (3.39.0) [#5193](https://github.com/iterative/vscode-dvc/pull/5193) by [@mattseddon](https://github.com/mattseddon)
11+
- Replace switch statements that feed the webviews stores [#5194](https://github.com/iterative/vscode-dvc/pull/5194) by [@mattseddon](https://github.com/mattseddon)
12+
- Update filesystem watcher integration tests [#5195](https://github.com/iterative/vscode-dvc/pull/5195) by [@mattseddon](https://github.com/mattseddon)
13+
- Remove redundant version check from exp rename code [#5203](https://github.com/iterative/vscode-dvc/pull/5203) by [@mattseddon](https://github.com/mattseddon)
14+
- Remove redundant checkpoints code [#5204](https://github.com/iterative/vscode-dvc/pull/5204) by [@mattseddon](https://github.com/mattseddon)
15+
- Remove console statements in tests [#5211](https://github.com/iterative/vscode-dvc/pull/5211) by [@sroy3](https://github.com/sroy3)
16+
- Update demo project and latest tested CLI version (3.40.0) [#5209](https://github.com/iterative/vscode-dvc/pull/5209) by [@mattseddon](https://github.com/mattseddon)
17+
- Add on hover style to experiments table header cells [#5210](https://github.com/iterative/vscode-dvc/pull/5210) by [@mattseddon](https://github.com/mattseddon)
18+
519
## [1.2.5] - 2024-01-09
620

721
### 🚀 New Features and Enhancements

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "1.2.5",
12+
"version": "1.2.6",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)