From 59995d28bd311e5f2d1b765d7a68796a5609413b Mon Sep 17 00:00:00 2001 From: Eyal Bukchin <eyal@metalbear.co> Date: Thu, 16 Nov 2023 22:32:07 +0200 Subject: [PATCH] Update to 3.56.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ changelog.d/+source-waitlist.added.md | 1 - changelog.d/+tomcat-name.fixed.md | 1 - changelog.d/188.internal.md | 1 - changelog.d/190.added.md | 1 - changelog.d/193.fixed.md | 1 - gradle.properties | 2 +- 7 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/+source-waitlist.added.md delete mode 100644 changelog.d/+tomcat-name.fixed.md delete mode 100644 changelog.d/188.internal.md delete mode 100644 changelog.d/190.added.md delete mode 100644 changelog.d/193.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a4921168..71e72111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.d/+source-waitlist.added.md b/changelog.d/+source-waitlist.added.md deleted file mode 100644 index f42cbfde..00000000 --- a/changelog.d/+source-waitlist.added.md +++ /dev/null @@ -1 +0,0 @@ -Added source identifier to waitlist register \ No newline at end of file diff --git a/changelog.d/+tomcat-name.fixed.md b/changelog.d/+tomcat-name.fixed.md deleted file mode 100644 index 15f78cb2..00000000 --- a/changelog.d/+tomcat-name.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Tomcat support was only enabled when the configuration's name started with "Tomcat". diff --git a/changelog.d/188.internal.md b/changelog.d/188.internal.md deleted file mode 100644 index 1e6cad0b..00000000 --- a/changelog.d/188.internal.md +++ /dev/null @@ -1 +0,0 @@ -`TomcatExecutionListener` does not save/restore environment when mirrord is disabled. \ No newline at end of file diff --git a/changelog.d/190.added.md b/changelog.d/190.added.md deleted file mode 100644 index b6153210..00000000 --- a/changelog.d/190.added.md +++ /dev/null @@ -1 +0,0 @@ -Support for running tomcat projects on macOS (sidestepping SIP). diff --git a/changelog.d/193.fixed.md b/changelog.d/193.fixed.md deleted file mode 100644 index 054ebf62..00000000 --- a/changelog.d/193.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix broken wsl support diff --git a/gradle.properties b/gradle.properties index ec39d9fe..fd134fd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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