Skip to content

Commit

Permalink
Release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jul 28, 2024
1 parent 33d6cbf commit fbd6bbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Main
## 0.36.0

##### Breaking

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

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
version = "0.35.0",
version = "0.36.0",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Version.swift
Original file line number Diff line number Diff line change
@@ -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 comments on commit fbd6bbc

Please sign in to comment.