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 33d6cbf commit fbd6bbcCopy full SHA for fbd6bbc
CHANGELOG.md
@@ -1,8 +1,9 @@
1
-## Main
+## 0.36.0
2
3
##### Breaking
4
5
-* None.
+* Bazel users only: rules_swift 2.x is now required.
6
+ [Luis Padron](https://github.com/luispadron)
7
8
##### Enhancements
9
MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
- version = "0.35.0",
+ version = "0.36.0",
compatibility_level = 1,
)
Source/SourceKittenFramework/Version.swift
@@ -1,5 +1,5 @@
public struct Version {
public let value: String
- public static let current = Version(value: "0.35.0")
+ public static let current = Version(value: "0.36.0")
}
0 commit comments