Skip to content

Commit

Permalink
3.62.1 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 13, 2024
1 parent 543b409 commit a0797ec
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fix-towncrier.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+handle-whitespaces.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ubuntu-version.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/284.changed.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0797ec

Please sign in to comment.