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]
|
## [Unreleased]
|
||||||
|
|
||||||
### Changed
|
## [0.5.0] "The *ZON*iverse"
|
||||||
- Updated the LSP backend, it should be more resilient now
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
#### Zon
|
#### .zon files
|
||||||
- Basic parser and PSI tree
|
- Basic parser and PSI tree
|
||||||
- Basic syntax highlighting
|
- Basic syntax highlighting
|
||||||
- Color settings page
|
- Color settings page
|
||||||
|
@ -32,6 +31,9 @@ Changelog structure reference:
|
||||||
- Code Folding
|
- Code Folding
|
||||||
- Indentation
|
- Indentation
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated the LSP backend, it should be more resilient now
|
||||||
|
|
||||||
## [0.4.0]
|
## [0.4.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.4.0
|
pluginVersion = 0.5.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 = 222
|
pluginSinceBuild = 222
|
||||||
|
|
Loading…
Add table
Reference in a new issue