Skip to content

Commit

Permalink
3.60.0 (metalbear-co#136)
Browse files Browse the repository at this point in the history
* 3.60.0

* .

* ..
  • Loading branch information
aviramha authored Jul 5, 2024
1 parent bb982d6 commit ed38041
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.60.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.60.0) - 2024-07-05


### Added

- Users will be invited to join the Discord server after 10 usages
[#114](https://github.com/metalbear-co/mirrord-vscode/issues/114)
- Support for debugpy current file debugging on macOS.
[#132](https://github.com/metalbear-co/mirrord-vscode/issues/132)


### Fixed

- When the plugin detects operator usage it stops proposing mirrord for Teams
to the user.
[#120](https://github.com/metalbear-co/mirrord-vscode/issues/120)


## [3.59.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.59.0) - 2024-05-16


Expand Down
1 change: 0 additions & 1 deletion changelog.d/114.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/120.fixed.md

This file was deleted.

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

0 comments on commit ed38041

Please sign in to comment.