We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4944862 commit b7b8a14Copy full SHA for b7b8a14
3 files changed
.github/workflows/coverage.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - 0.15.x
8
pull_request:
9
10
jobs:
.github/workflows/main.yml
+ - 0.16.x
workflow_dispatch:
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = .zls,
3
// Remove `-dev` when tagging a new ZLS release and add it back on the next development cycle.
- .version = "0.16.0",
+ .version = "0.16.1-dev",
// Specifies the minimum Zig version that is required to compile and test ZLS.
// Must be a Zig version that is downloadable from https://ziglang.org/download/ or a mirror.
//
0 commit comments