Skip to content

Commit 731ffe6

Browse files
committed
Release 0.37.2
1 parent 80124c7 commit 731ffe6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* None.
15+
116
## 0.37.1
217

318
#### Breaking

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.37.1",
3+
version = "0.37.2",
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.37.1")
4+
public static let current = Version(value: "0.37.2")
55
}

0 commit comments

Comments
 (0)