ci: 0.9.0

This commit is contained in:
FalsePattern 2023-12-02 23:34:18 +01:00
parent 7d63cabbc1
commit 20ed16f4b6
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
3 changed files with 25 additions and 1 deletions

View file

@ -18,6 +18,29 @@ Changelog structure reference:
## [Unreleased] ## [Unreleased]
## [0.9.0]
### Added
- Zig
- Commenter
- Zon
- Can now parse the .paths attribute properly
### Changed
- Maximum compatible IDE version 232.* -> 233.*
### Fixed
- Dev env
- nix jbr points to the correct path
- LSP
- Crash in huge projects
## [0.8.1] ## [0.8.1]
### Changed ### Changed

View file

@ -82,6 +82,7 @@ Currently, the debugger only works with the bundled LLDB debugger, so make sure
- Breakpoints (CLion/IDEA Ultimate) - Breakpoints (CLion/IDEA Ultimate)
- File creation prompt - File creation prompt
- Gutter launch buttons - Gutter launch buttons
- Commenter (thanks @MarioAriasC !)
- TODO: - TODO:
- Workspace Symbols - Workspace Symbols

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 = 0.8.1 pluginVersion = 0.9.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 = 231 pluginSinceBuild = 231