ci: 0.5.0
This commit is contained in:
parent
a6e3703616
commit
0a62f1b0cb
2 changed files with 6 additions and 4 deletions
|
@ -18,12 +18,11 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Updated the LSP backend, it should be more resilient now
|
||||
## [0.5.0] "The *ZON*iverse"
|
||||
|
||||
### Added
|
||||
|
||||
#### Zon
|
||||
#### .zon files
|
||||
- Basic parser and PSI tree
|
||||
- Basic syntax highlighting
|
||||
- Color settings page
|
||||
|
@ -32,6 +31,9 @@ Changelog structure reference:
|
|||
- Code Folding
|
||||
- Indentation
|
||||
|
||||
### Changed
|
||||
- Updated the LSP backend, it should be more resilient now
|
||||
|
||||
## [0.4.0]
|
||||
|
||||
### Added
|
||||
|
|
|
@ -2,7 +2,7 @@ pluginGroup = com.falsepattern.zigbrains
|
|||
pluginName = ZigBrains
|
||||
pluginRepositoryUrl = https://github.com/FalsePattern/ZigBrains
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 0.4.0
|
||||
pluginVersion = 0.5.0
|
||||
|
||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
pluginSinceBuild = 222
|
||||
|
|
Loading…
Add table
Reference in a new issue