prepare minor release

This commit is contained in:
marhali 2024-11-23 21:45:03 +01:00
parent 8edfa48147
commit 4396ffafbd
2 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,15 @@
## [Unreleased] ## [Unreleased]
### Added
- Support for IntelliJ Platform version 2024.3
### Changed
- Require at least IntelliJ Platform version 2023.3.8
- Remove deprecated api usage
## [4.6.0] - 2024-05-31 ## [4.6.0] - 2024-05-31
### Added ### Added

View File

@ -4,7 +4,7 @@ pluginGroup = de.marhali.easyi18n
pluginName = easy-i18n pluginName = easy-i18n
pluginRepositoryUrl = https://github.com/marhali/easy-i18n pluginRepositoryUrl = https://github.com/marhali/easy-i18n
# SemVer format -> https://semver.org # SemVer format -> https://semver.org
pluginVersion = 4.6.0 pluginVersion = 4.7.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233 pluginSinceBuild = 233