ci: 12.0.0

(cherry picked from commit 2f80528cb46ee5a13dd5cb960d361c41d62c7e28)
This commit is contained in:
FalsePattern 2024-02-29 20:40:55 +01:00
parent a1eee6101a
commit c8b3c69e88
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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