Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version and CHANGELOG for release #4584

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update version and CHANGELOG for release
  • Loading branch information
iterative-olivaw committed Aug 28, 2023
commit 5b7838fcc3142f1404872a8a9746a39336fb87ad
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,16 @@

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

## [1.0.48] - 2023-08-28

### 🚀 New Features and Enhancements

- Add "Matrix Pipeline Stage" dvc snippet [#4577](https://github.com/iterative/vscode-dvc/pull/4577) by [@julieg18](https://github.com/julieg18)

### 🔨 Maintenance

- Call Studio API will all refs available on the Git remote [#4580](https://github.com/iterative/vscode-dvc/pull/4580) by [@mattseddon](https://github.com/mattseddon)

## [1.0.47] - 2023-08-25

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