Skip to content

Commit

Permalink
3.54.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Sep 27, 2023
1 parent 324ee96 commit 463b2e3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.54.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.54.0) - 2023-09-27


### Added

- Use mirrord verify-config to validate a config file before proceeding with
mirrord execution.
[#57](https://github.com/metalbear-co/mirrord-vscode/issues/57)


### Changed

- Use resolveDebugConfigurationWithSubstitutedVariables to resolve vscode
variables in paths..
[#63](https://github.com/metalbear-co/mirrord-vscode/issues/63)


### Internal

- Create a reusable worflow for running e2e tests such that we maintain e2e in
one place and can run tests on mirrord's release branch.


## [3.53.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.53.0) - 2023-09-07


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+reusable-e2e.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/57.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/63.changed.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "mirrord",
"description": "Run your local process in the context of your cloud cluster",
"publisher": "MetalBear",
"version": "3.53.0",
"version": "3.54.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 463b2e3

Please sign in to comment.