Skip to content

Commit

Permalink
3.57.1 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Feb 21, 2024
1 parent f0a0233 commit a3a3221
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+available-config-search.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-attach-python.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+increase-timeout.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+update-docs-links.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+use-released-schema.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.57.0",
"version": "3.57.1",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit a3a3221

Please sign in to comment.