ci: 0.5.0

This commit is contained in:
FalsePattern 2023-08-10 22:44:58 +02:00
parent a6e3703616
commit 0a62f1b0cb
Signed by: falsepattern
GPG key ID: FDF7126A9E124447
2 changed files with 6 additions and 4 deletions

View file

@ -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

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.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