From ed38041c49491c6fab9a5ffe22da5f78678fdcfa Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Fri, 5 Jul 2024 21:58:24 +0300 Subject: [PATCH] 3.60.0 (#136) * 3.60.0 * . * .. --- CHANGELOG.md | 18 ++++++++++++++++++ changelog.d/114.added.md | 1 - changelog.d/120.fixed.md | 1 - changelog.d/132.added.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/114.added.md delete mode 100644 changelog.d/120.fixed.md delete mode 100644 changelog.d/132.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 95edd07d..7b3014f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [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 diff --git a/changelog.d/114.added.md b/changelog.d/114.added.md deleted file mode 100644 index cf1ef1c5..00000000 --- a/changelog.d/114.added.md +++ /dev/null @@ -1 +0,0 @@ -Users will be invited to join the Discord server after 10 usages \ No newline at end of file diff --git a/changelog.d/120.fixed.md b/changelog.d/120.fixed.md deleted file mode 100644 index 6ac8a186..00000000 --- a/changelog.d/120.fixed.md +++ /dev/null @@ -1 +0,0 @@ -When the plugin detects operator usage it stops proposing mirrord for Teams to the user. diff --git a/changelog.d/132.added.md b/changelog.d/132.added.md deleted file mode 100644 index 02b93771..00000000 --- a/changelog.d/132.added.md +++ /dev/null @@ -1 +0,0 @@ -Support for debugpy current file debugging on macOS. diff --git a/package-lock.json b/package-lock.json index 4a6e73b0..87fb9830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.59.0", + "version": "3.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.59.0", + "version": "3.60.0", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index c59cda5f..9ce46c7f 100644 --- a/package.json +++ b/package.json @@ -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" },