From a0797ec541df6d6caf447f7b94d25f237b639dbe Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Sun, 13 Oct 2024 18:40:22 +0300 Subject: [PATCH] 3.62.1 (#289) --- .github/workflows/reusable_e2e.yaml | 2 +- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/+fix-towncrier.internal.md | 1 - changelog.d/+handle-whitespaces.changed.md | 1 - changelog.d/+ubuntu-version.internal.md | 1 - changelog.d/284.changed.md | 1 - gradle.properties | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/+fix-towncrier.internal.md delete mode 100644 changelog.d/+handle-whitespaces.changed.md delete mode 100644 changelog.d/+ubuntu-version.internal.md delete mode 100644 changelog.d/284.changed.md diff --git a/.github/workflows/reusable_e2e.yaml b/.github/workflows/reusable_e2e.yaml index f8930236..f626e4c8 100644 --- a/.github/workflows/reusable_e2e.yaml +++ b/.github/workflows/reusable_e2e.yaml @@ -50,7 +50,7 @@ jobs: distribution: zulu java-version: 17 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.11 - uses: abatilo/actions-poetry@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 555144e6..447f9c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.62.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.62.1) - 2024-10-13 + + +### Changed + +- Go Delve is now patched only if its version is older than the one bundled + with our plugin. + [#284](https://github.com/metalbear-co/mirrord-intellij/issues/284) +- mirrord version configuration auto-fixes whitespaces + + +### Internal + +- Run CI jobs on ubuntu-24.04. +- Run towncrier on CI with uv to fix fail. + + ## [3.62.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.62.0) - 2024-09-16 diff --git a/changelog.d/+fix-towncrier.internal.md b/changelog.d/+fix-towncrier.internal.md deleted file mode 100644 index 03879e0f..00000000 --- a/changelog.d/+fix-towncrier.internal.md +++ /dev/null @@ -1 +0,0 @@ -Run towncrier on CI with uv to fix fail. diff --git a/changelog.d/+handle-whitespaces.changed.md b/changelog.d/+handle-whitespaces.changed.md deleted file mode 100644 index 91f2efd4..00000000 --- a/changelog.d/+handle-whitespaces.changed.md +++ /dev/null @@ -1 +0,0 @@ -mirrord version configuration auto-fixes whitespaces \ No newline at end of file diff --git a/changelog.d/+ubuntu-version.internal.md b/changelog.d/+ubuntu-version.internal.md deleted file mode 100644 index cc914bfd..00000000 --- a/changelog.d/+ubuntu-version.internal.md +++ /dev/null @@ -1 +0,0 @@ -Run CI jobs on ubuntu-24.04. diff --git a/changelog.d/284.changed.md b/changelog.d/284.changed.md deleted file mode 100644 index 9580706d..00000000 --- a/changelog.d/284.changed.md +++ /dev/null @@ -1 +0,0 @@ -Go Delve is now patched only if its version is older than the one bundled with our plugin. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c1850c04..3346ad4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.62.0 +pluginVersion = 3.62.1 platformVersion = 2022.3.2