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 80124c7 commit 731ffe6Copy full SHA for 731ffe6
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## 0.37.2
2
+
3
+#### Breaking
4
5
+* None.
6
7
+#### Enhancements
8
9
+* Update some SwiftPM and Bazel dependencies.
10
+ [SimplyDanny](https://github.com/SimplyDanny)
11
12
+#### Bug Fixes
13
14
15
16
## 0.37.1
17
18
#### Breaking
MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
- version = "0.37.1",
+ version = "0.37.2",
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.37.1")
+ public static let current = Version(value: "0.37.2")
}
0 commit comments