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]
### 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

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