From d285e004be7c28dffe7d3e35d76420b1d1192923 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Fri, 1 Sep 2023 11:31:24 +0300 Subject: [PATCH] Update to 3.54.1 (#128) --- CHANGELOG.md | 11 +++++++++++ changelog.d/+mirrord-ext-errors.fixed.md | 1 - changelog.d/122.fixed.md | 1 - gradle.properties | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+mirrord-ext-errors.fixed.md delete mode 100644 changelog.d/122.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b9f6dc..7bef673c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.54.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.54.1) - 2023-09-01 + + +### Fixed + +- mirrord environment variables are no longer persisted in Gradle run + configurations. + [#122](https://github.com/metalbear-co/mirrord-intellij/issues/122) +- Fixed a bug with handling `mirrord ext` errors. + + ## [3.54.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.54.0) - 2023-08-31 diff --git a/changelog.d/+mirrord-ext-errors.fixed.md b/changelog.d/+mirrord-ext-errors.fixed.md deleted file mode 100644 index ba1d9d04..00000000 --- a/changelog.d/+mirrord-ext-errors.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug with handling `mirrord ext` errors. \ No newline at end of file diff --git a/changelog.d/122.fixed.md b/changelog.d/122.fixed.md deleted file mode 100644 index fa4b1356..00000000 --- a/changelog.d/122.fixed.md +++ /dev/null @@ -1 +0,0 @@ -mirrord environment variables are no longer persisted in Gradle run configurations. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 781099c4..071e2fd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.54.0 +pluginVersion = 3.54.1 platformVersion = 2022.3.2