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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.10.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Zig
|
- Zig
|
||||||
|
|
|
@ -103,6 +103,7 @@ Currently, the debugger only works with the bundled LLDB debugger, so make sure
|
||||||
- Basic per-project toolchain management
|
- Basic per-project toolchain management
|
||||||
- Run configurations
|
- Run configurations
|
||||||
- Debugging (CLion/IDEA Ultimate)
|
- Debugging (CLion/IDEA Ultimate)
|
||||||
|
- Project generation (thanks @JensvandeWiel !)
|
||||||
|
|
||||||
## The motivation
|
## The motivation
|
||||||
The other existing Zig language plugins for IntelliJ rely a lot on the PSI tree.
|
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
|
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.9.0
|
pluginVersion = 0.10.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 = 231
|
pluginSinceBuild = 231
|
||||||
|
|
Loading…
Add table
Reference in a new issue