From 2dd6ada5c97bbf1c729633543d6f81c975bdc56d Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Thu, 19 Dec 2024 17:35:41 +0100 Subject: [PATCH] 3.65.0 --- CHANGELOG.md | 15 +++++++++++++++ .../+default-config-notification.changed.md | 1 - changelog.d/294.fixed.md | 1 - changelog.d/311.changed.md | 1 - gradle.properties | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+default-config-notification.changed.md delete mode 100644 changelog.d/294.fixed.md delete mode 100644 changelog.d/311.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abe4cc5..ad412cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.65.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.65.0) - 2024-12-19 + + +### Changed + +- Removed leading `…/` from displayed paths to mirrord config files. + [#311](https://github.com/metalbear-co/mirrord-intellij/issues/311) +- Improved notification message when mirrord uses config from the default path. + + +### Added + +- Added support for using python docker interpreter. + [#294](https://github.com/metalbear-co/mirrord-intellij/issues/294) + ## [3.64.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.64.2) - 2024-12-02 diff --git a/changelog.d/+default-config-notification.changed.md b/changelog.d/+default-config-notification.changed.md deleted file mode 100644 index 375e9a55..00000000 --- a/changelog.d/+default-config-notification.changed.md +++ /dev/null @@ -1 +0,0 @@ -Improved notification message when mirrord uses config from the default path. \ No newline at end of file diff --git a/changelog.d/294.fixed.md b/changelog.d/294.fixed.md deleted file mode 100644 index 2a4f4430..00000000 --- a/changelog.d/294.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Add support for using python docker interpreter. diff --git a/changelog.d/311.changed.md b/changelog.d/311.changed.md deleted file mode 100644 index e534ad54..00000000 --- a/changelog.d/311.changed.md +++ /dev/null @@ -1 +0,0 @@ -Removed leading `…/` from displayed paths to mirrord config files. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 64167a32..02204541 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.64.2 +pluginVersion = 3.65.0 platformVersion = 2024.1