Skip to content

Commit

Permalink
Update to 3.58.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Apr 1, 2024
1 parent 4396fac commit d892311
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.58.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.58.0) - 2024-04-01


### Added

- Handle new mirrord -> IDE message type IdeMessage. Add env to be backward
compatible. [#100](https://github.com/metalbear-co/mirrord-vscode/issues/100)
- Notify user on license validity.
[#382](https://github.com/metalbear-co/mirrord-vscode/issues/382)
- support unset env feature part of
https://github.com/metalbear-co/mirrord/issues/2260


### Internal

- Fix e2e failing on release because image doesn't exist
- update dependencies


## [3.57.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.57.1) - 2024-02-21


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-e2e-on-release.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+support-unset-feature.added.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/382.added.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.57.1",
"version": "3.58.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit d892311

Please sign in to comment.