Skip to content

Commit

Permalink
Update to 3.55.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Oct 25, 2023
1 parent a6a1295 commit 03cd8c7
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.55.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.55.1) - 2023-10-25


### Changed

- Changed command line interface for config verification, not using path as
keyword argument
[#173](https://github.com/metalbear-co/mirrord-intellij/issues/173)


### Fixed

- Clear environment variables when debug session ends
[#141](https://github.com/metalbear-co/mirrord-intellij/issues/141)
- Fixed reading the config file env for Rider
[#165](https://github.com/metalbear-co/mirrord-intellij/issues/165)
- Fixed Tomcat support.
[#183](https://github.com/metalbear-co/mirrord-intellij/issues/183)
- Uses the `verify-config --ide` flag now to signal mirrord we're in an IDE
context.
[#1979](https://github.com/metalbear-co/mirrord-intellij/issues/1979)


### Internal

- Bumped Gradle version in `distributionUrl` property of Gradle Wrapper.


## [3.55.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.55.0) - 2023-09-20


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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/173.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 3.55.0
pluginVersion = 3.55.1

platformVersion = 2022.3.2

Expand Down

0 comments on commit 03cd8c7

Please sign in to comment.