From a3a32213b0be9a9ef90ef149f180c5f210e9fafe Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Wed, 21 Feb 2024 13:45:59 +0200 Subject: [PATCH] 3.57.1 (#109) --- CHANGELOG.md | 21 +++++++++++++++++++ changelog.d/+available-config-search.fixed.md | 1 - changelog.d/+fix-attach-python.fixed.md | 1 - changelog.d/+increase-timeout.internal.md | 1 - changelog.d/+update-docs-links.internal.md | 1 - changelog.d/+use-released-schema.changed.md | 1 - package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/+available-config-search.fixed.md delete mode 100644 changelog.d/+fix-attach-python.fixed.md delete mode 100644 changelog.d/+increase-timeout.internal.md delete mode 100644 changelog.d/+update-docs-links.internal.md delete mode 100644 changelog.d/+use-released-schema.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a4fac3..395f6b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.57.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.57.1) - 2024-02-21 + + +### Changed + +- Schema now uses latest released and not from main branch + + +### Fixed + +- Fixed available configs list (displayed when setting active config) to + include files located in `*.mirrord` directories. +- Fixed debugger not attaching when running Flask apps + + +### Internal + +- Increase timeout on waiting for debugging to start in e2e tests +- Update links to new docs + + ## [3.57.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.57.0) - 2024-01-22 diff --git a/changelog.d/+available-config-search.fixed.md b/changelog.d/+available-config-search.fixed.md deleted file mode 100644 index aa314066..00000000 --- a/changelog.d/+available-config-search.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed available configs list (displayed when setting active config) to include files located in `*.mirrord` directories. \ No newline at end of file diff --git a/changelog.d/+fix-attach-python.fixed.md b/changelog.d/+fix-attach-python.fixed.md deleted file mode 100644 index 73a9a59a..00000000 --- a/changelog.d/+fix-attach-python.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed debugger not attaching when running Flask apps \ No newline at end of file diff --git a/changelog.d/+increase-timeout.internal.md b/changelog.d/+increase-timeout.internal.md deleted file mode 100644 index 69b1eb4d..00000000 --- a/changelog.d/+increase-timeout.internal.md +++ /dev/null @@ -1 +0,0 @@ -Increase timeout on waiting for debugging to start in e2e tests diff --git a/changelog.d/+update-docs-links.internal.md b/changelog.d/+update-docs-links.internal.md deleted file mode 100644 index ad862c76..00000000 --- a/changelog.d/+update-docs-links.internal.md +++ /dev/null @@ -1 +0,0 @@ -Update links to new docs diff --git a/changelog.d/+use-released-schema.changed.md b/changelog.d/+use-released-schema.changed.md deleted file mode 100644 index 00a0cb0d..00000000 --- a/changelog.d/+use-released-schema.changed.md +++ /dev/null @@ -1 +0,0 @@ -Schema now uses latest released and not from main branch \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1e0213f8..1583e845 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.57.0", + "version": "3.57.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.57.0", + "version": "3.57.1", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4", diff --git a/package.json b/package.json index 7815d642..e4bb923c 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.57.0", + "version": "3.57.1", "engines": { "vscode": "^1.63.0" },