ci: 0.10.0
This commit is contained in:
parent
e7e6180b05
commit
9720edd9cb
3 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,8 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.0]
|
||||
|
||||
### Added
|
||||
|
||||
- Zig
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue