Skip to content

Commit

Permalink
Update to 3.60.0 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Apr 2, 2024
1 parent 395ad4a commit a85b6ef
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.60.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.0) - 2024-04-02


### Added

- Handle new mirrord -> IDE message type IdeMessage. Add passing env to enable
this. [#235](https://github.com/metalbear-co/mirrord-intellij/issues/235)
- support unset env feature


### Fixed

- Fix issue for some user that had timeout executing via WSL by increasing the
timeout from 1s to 5s


### Internal

- Fix e2e failing on release because image doesn't exist


## [3.59.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.59.0) - 2024-03-11


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+support-unset-feature.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+wsl-timeout-increase.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/235.added.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.59.0
pluginVersion = 3.60.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit a85b6ef

Please sign in to comment.