Skip to content

Commit 8a2ee4b

Browse files
Update version and CHANGELOG for release (#5183)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent 2da53ae commit 8a2ee4b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.2.5] - 2024-01-09
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Rename "Studio" to "DVC Studio" in text instances [#5142](https://github.com/iterative/vscode-dvc/pull/5142) by [@julieg18](https://github.com/julieg18)
10+
- Add plots error message below ribbon [#5165](https://github.com/iterative/vscode-dvc/pull/5165) by [@julieg18](https://github.com/julieg18)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Revert @vscode/extension-telemetry to 0.8.5 [#5175](https://github.com/iterative/vscode-dvc/pull/5175) by [@julieg18](https://github.com/julieg18)
15+
16+
### 🔨 Maintenance
17+
18+
- Update demo project and latest tested CLI version (3.34.0) [#5140](https://github.com/iterative/vscode-dvc/pull/5140) by [@julieg18](https://github.com/julieg18)
19+
- Update demo project and latest tested CLI version (3.35.0) [#5144](https://github.com/iterative/vscode-dvc/pull/5144) by [@julieg18](https://github.com/julieg18)
20+
- Update demo to latest commit and update version (3.37.0) [#5149](https://github.com/iterative/vscode-dvc/pull/5149) by [@julieg18](https://github.com/julieg18)
21+
- Increase VSCode test timeout [#5147](https://github.com/iterative/vscode-dvc/pull/5147) by [@julieg18](https://github.com/julieg18)
22+
- Update demo to latest commit and update version (3.38.1) [#5171](https://github.com/iterative/vscode-dvc/pull/5171) by [@julieg18](https://github.com/julieg18)
23+
524
## [1.2.4] - 2023-12-20
625

726
### 🚀 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.4",
12+
"version": "1.2.5",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)