ci: 0.8.1
This commit is contained in:
parent
e79424cfbd
commit
04d63fb050
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -18,6 +18,8 @@ Changelog structure reference:
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.8.1]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- LSP
|
- LSP
|
||||||
|
@ -25,9 +27,19 @@ Changelog structure reference:
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Actions
|
||||||
|
- Blocking other languages' run tasks
|
||||||
|
- Files not autosaving before actions run
|
||||||
|
|
||||||
- Documentation
|
- Documentation
|
||||||
- No longer breaks the documentation of other languages
|
- 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]
|
## [0.8.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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.0
|
pluginVersion = 0.8.1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue