From 7b249b85987af408b736ac7afe9cd8e071f590b6 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Tue, 22 Aug 2023 20:04:21 +0300 Subject: [PATCH] Update to 3.52.1 (#95) --- CHANGELOG.md | 10 ++++++++++ changelog.d/+binary-fetch.fixed.md | 1 - changelog.d/7.fixed.md | 1 - gradle.properties | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+binary-fetch.fixed.md delete mode 100644 changelog.d/7.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fad0b56..389c72bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.52.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.52.1) - 2023-08-22 + + +### Fixed + +- mirrord now aborts execution on errors. + [#7](https://github.com/metalbear-co/mirrord-intellij/issues/7) +- Fixed bug with fetching new mirrord binaries. + + ## [3.52.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.52.0) - 2023-08-19 diff --git a/changelog.d/+binary-fetch.fixed.md b/changelog.d/+binary-fetch.fixed.md deleted file mode 100644 index 5393011b..00000000 --- a/changelog.d/+binary-fetch.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug with fetching new mirrord binaries. \ No newline at end of file diff --git a/changelog.d/7.fixed.md b/changelog.d/7.fixed.md deleted file mode 100644 index dd6faff1..00000000 --- a/changelog.d/7.fixed.md +++ /dev/null @@ -1 +0,0 @@ -mirrord now aborts execution on errors. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 520424f3..0d23c542 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.52.0 +pluginVersion = 3.52.1 platformVersion = 2022.3.2