Skip to content

Commit

Permalink
Update to 3.56.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Nov 16, 2023
1 parent 8ddf0a7 commit 82d1182
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.56.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.0) - 2023-11-16


### Added

- Support for running tomcat projects on macOS (sidestepping SIP).
[#190](https://github.com/metalbear-co/mirrord-intellij/issues/190)
- Added source identifier to waitlist register


### Fixed

- Fix broken wsl support
[#193](https://github.com/metalbear-co/mirrord-intellij/issues/193)
- Tomcat support was only enabled when the configuration's name started with
"Tomcat".


### Internal

- `TomcatExecutionListener` does not save/restore environment when mirrord is
disabled. [#188](https://github.com/metalbear-co/mirrord-intellij/issues/188)


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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+source-waitlist.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+tomcat-name.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/188.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/190.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/193.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.1
pluginVersion = 3.56.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit 82d1182

Please sign in to comment.