ci: 19.0.0

This commit is contained in:
FalsePattern 2024-10-25 13:38:59 +02:00
parent 18adeffcce
commit e1adc35db0
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 13 additions and 17 deletions

View file

@ -17,31 +17,27 @@ Changelog structure reference:
## [Unreleased] ## [Unreleased]
### Changed ## [19.0.0]
- Runner
- Error output is no longer redirected to standard output
### Fixed
- Runner
- The process execution pipeline is now fully asynchronous
- Debugger
- Zig compilation will no longer cause random IDE freezes
- Debugging with GDB no longer causes random internal IDE warnings
- LSP
- Rare error when checking LSP presence
## [18.1.0]
### Added ### Added
- Zig - Zig
- Basic language injections in strings - Basic language injections in strings
### Changed
- Runner
- The process execution pipeline is now fully asynchronous
- Error output is no longer redirected to standard output
### Fixed ### Fixed
- Debugger
- Zig compilation will no longer cause IDE freezes
- Debugging with GDB no longer causes internal IDE warnings
- Debugging `zig run` configurations is now possible
- LSP - LSP
- Rare error when checking LSP presence
- No more error spam when zig or zls binary is missing - No more error spam when zig or zls binary is missing
## [18.0.0] ## [18.0.0]

View file

@ -11,7 +11,7 @@ baseIDE=clion
ideaVersion=243.19420.21-EAP-SNAPSHOT ideaVersion=243.19420.21-EAP-SNAPSHOT
clionVersion=243.19420.28-EAP-SNAPSHOT clionVersion=243.19420.28-EAP-SNAPSHOT
pluginVersion=18.1.1-dev pluginVersion=19.0.0
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion=8.10.2 gradleVersion=8.10.2