Skip to content

Commit fbd6bbc

Browse files
committed
Release 0.36.0
1 parent 33d6cbf commit fbd6bbc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## Main
1+
## 0.36.0
22

33
##### Breaking
44

5-
* None.
5+
* Bazel users only: rules_swift 2.x is now required.
6+
[Luis Padron](https://github.com/luispadron)
67

78
##### Enhancements
89

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "sourcekitten",
3-
version = "0.35.0",
3+
version = "0.36.0",
44
compatibility_level = 1,
55
)
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public struct Version {
22
public let value: String
33

4-
public static let current = Version(value: "0.35.0")
4+
public static let current = Version(value: "0.36.0")
55
}

0 commit comments

Comments
 (0)