Skip to content

Commit 1170c94

Browse files
Update version and CHANGELOG for release (#2898)
1 parent a453f8b commit 1170c94

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.24] - 2022-12-07
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Stabilise colors of running experiments [#2877](https://github.com/iterative/vscode-dvc/pull/2877) by [@mattseddon](https://github.com/mattseddon)
10+
- Move workspace changes indicator from bullet onto text [#2890](https://github.com/iterative/vscode-dvc/pull/2890) by [@mattseddon](https://github.com/mattseddon)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Update data when an event is fired for a parent directory (events grouped in Codespaces) [#2892](https://github.com/iterative/vscode-dvc/pull/2892) by [@mattseddon](https://github.com/mattseddon)
15+
- Prevent toggle selection of checkpoint experiment running in the workspace [#2888](https://github.com/iterative/vscode-dvc/pull/2888) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Make the Get Started webview a class [#2874](https://github.com/iterative/vscode-dvc/pull/2874) by [@sroy3](https://github.com/sroy3)
20+
- Add resolution for decode-uri-component [#2884](https://github.com/iterative/vscode-dvc/pull/2884) by [@julieg18](https://github.com/julieg18)
21+
- Update demo project to lastest commit [#2891](https://github.com/iterative/vscode-dvc/pull/2891) by [@mattseddon](https://github.com/mattseddon)
22+
- Remove running checkpoint experiment workspace race condition code from plots [#2882](https://github.com/iterative/vscode-dvc/pull/2882) by [@mattseddon](https://github.com/mattseddon)
23+
- Extract workspace constant [#2889](https://github.com/iterative/vscode-dvc/pull/2889) by [@mattseddon](https://github.com/mattseddon)
24+
525
## [0.5.23] - 2022-12-05
626

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

0 commit comments

Comments
 (0)