Skip to content

Commit b7b8a14

Browse files
committed
begin the 0.16.1 release cycle
1 parent 4944862 commit b7b8a14

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 0.15.x
78
pull_request:
89

910
jobs:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 0.16.x
78
pull_request:
89
workflow_dispatch:
910

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .zls,
33
// Remove `-dev` when tagging a new ZLS release and add it back on the next development cycle.
4-
.version = "0.16.0",
4+
.version = "0.16.1-dev",
55
// Specifies the minimum Zig version that is required to compile and test ZLS.
66
// Must be a Zig version that is downloadable from https://ziglang.org/download/ or a mirror.
77
//

0 commit comments

Comments
 (0)