ci: 12.0.0
(cherry picked from commit 2f80528cb46ee5a13dd5cb960d361c41d62c7e28)
This commit is contained in:
parent
a1eee6101a
commit
c8b3c69e88
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,8 @@ Changelog structure reference:
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [12.0.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Debugger
|
- Debugger
|
||||||
|
@ -29,6 +31,7 @@ Changelog structure reference:
|
||||||
implementation.
|
implementation.
|
||||||
- For the time being, the "Quick Definition" (CTRL+Shift+I) action has been repurposed as Go To Definition. This will be
|
- For the time being, the "Quick Definition" (CTRL+Shift+I) action has been repurposed as Go To Definition. This will be
|
||||||
replaced with a properly integrated solution once a way to couple the PSI symbol system and the LSP has been found.
|
replaced with a properly integrated solution once a way to couple the PSI symbol system and the LSP has been found.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- LSP
|
- LSP
|
||||||
|
|
|
@ -2,7 +2,7 @@ pluginGroup = com.falsepattern.zigbrains
|
||||||
pluginName = ZigBrains
|
pluginName = ZigBrains
|
||||||
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
||||||
# SemVer format -> https://semver.org
|
# SemVer format -> https://semver.org
|
||||||
pluginVersion = 11.1.0
|
pluginVersion = 12.0.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 = 241
|
pluginSinceBuild = 241
|
||||||
|
|
Loading…
Add table
Reference in a new issue