From e83ecb7c05a531072586e87386f302d96db594d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:59:10 +0100 Subject: [PATCH] 3.64.0 (#299) --- CHANGELOG.md | 8 ++++++++ changelog.d/+explicitly-disable-from-env.added.md | 1 - gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/+explicitly-disable-from-env.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index dc45d1d7..4e9c014d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.64.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.64.0) - 2024-11-20 + + +### Added + +- Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable + mirrord for the run configuration. + ## [3.63.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.63.0) - 2024-10-21 diff --git a/changelog.d/+explicitly-disable-from-env.added.md b/changelog.d/+explicitly-disable-from-env.added.md deleted file mode 100644 index 175f9795..00000000 --- a/changelog.d/+explicitly-disable-from-env.added.md +++ /dev/null @@ -1 +0,0 @@ -Setting `MIRRORD_ACTIVE=0` environment variable will explicitly disable mirrord. diff --git a/gradle.properties b/gradle.properties index 0b7ab6ed..7dab29ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.63.0 +pluginVersion = 3.64.0 platformVersion = 2024.1