ci: 0.10.0

This commit is contained in:
FalsePattern 2024-01-25 20:42:35 +01:00
parent e7e6180b05
commit 9720edd9cb
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
3 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,8 @@ Changelog structure reference:
## [Unreleased]
## [0.10.0]
### Added
- Zig

View file

@ -103,6 +103,7 @@ Currently, the debugger only works with the bundled LLDB debugger, so make sure
- Basic per-project toolchain management
- Run configurations
- Debugging (CLion/IDEA Ultimate)
- Project generation (thanks @JensvandeWiel !)
## The motivation
The other existing Zig language plugins for IntelliJ rely a lot on the PSI tree.

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.9.0
pluginVersion = 0.10.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231