ci: 0.8.1

This commit is contained in:
FalsePattern 2023-10-04 15:34:24 +02:00
parent e79424cfbd
commit 04d63fb050
Signed by: falsepattern
GPG key ID: FDF7126A9E124447
2 changed files with 13 additions and 1 deletions

View file

@ -18,6 +18,8 @@ Changelog structure reference:
## [Unreleased]
## [0.8.1]
### Changed
- LSP
@ -25,9 +27,19 @@ Changelog structure reference:
### Fixed
- Actions
- Blocking other languages' run tasks
- Files not autosaving before actions run
- Documentation
- No longer breaks the documentation of other languages
- Editor
- Race condition causing IllegalArgumentException
- LSP
- Occasional NullPointerException when LSP returns blank data for inlay hints
## [0.8.0]
### Added

View file

@ -2,7 +2,7 @@ pluginGroup = com.falsepattern.zigbrains
pluginName = ZigBrains
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
# SemVer format -> https://semver.org
pluginVersion = 0.8.0
pluginVersion = 0.8.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231