Skip to content

Commit

Permalink
Added support for IntelliJ 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalter committed Apr 4, 2024
1 parent 3806db9 commit 0d76b84
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@

## [Unreleased]

## [1.10.2] - 2024-04-04

### Fixed

- Support for IntelliJ 2024.1

## [1.10.1] - 2024-02-18

### Fixed an error where no project dependency information could be found
### Fixed

- Fixed
- Fixed an error where no project dependency information could be found

## [1.10.0] - 2023-12-19

Expand Down Expand Up @@ -138,4 +144,25 @@

### Added

- Initial release.
- Initial release.

[Unreleased]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.10.1...HEAD
[1.10.1]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.6.4...v1.7.0
[1.6.4]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.6.3...v1.6.4
[1.6.3]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/mwalter/MavenDependencyChecker/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/mwalter/MavenDependencyChecker/commits/v1.0.0
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pluginGroup = ch.newinstance.plugin.mavendependencychecker
pluginName = MavenDependencyChecker
pluginRepositoryUrl = https://github.com/mwalter/MavenDependencyChecker
# SemVer format -> https://semver.org
pluginVersion = 1.10.1
pluginVersion = 1.10.2

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 231
pluginUntilBuild = 233.*
pluginUntilBuild = 241.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down

0 comments on commit 0d76b84

Please sign in to comment.