Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-oh committed Dec 8, 2024
1 parent 804c8c7 commit 5533825
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased]

## [3.2.0] - 2024-12-08

### Added
* Support `mise trust` on UI
* Add toolbar for Mise Tool window

### Fixed
* Handle if `mise` command is not installed
* Use mise --env if available

## [3.1.0] - 2024-11-23

### Added
Expand Down Expand Up @@ -133,7 +143,8 @@

- Support JDK integration from mise tools.

[Unreleased]: https://github.com/134130/intellij-mise/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/134130/intellij-mise/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/134130/intellij-mise/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/134130/intellij-mise/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/134130/intellij-mise/compare/v2.6.2...v3.0.0
[2.6.2]: https://github.com/134130/intellij-mise/compare/v2.6.1...v2.6.2
Expand Down
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.github.l34130.mise
pluginName = Mise
pluginRepositoryUrl = https://github.com/134130/intellij-mise
# SemVer format -> https://semver.org
pluginVersion=3.1.0
pluginVersion=3.2.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=233
Expand Down

0 comments on commit 5533825

Please sign in to comment.