Skip to content

Commit

Permalink
Release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 17, 2023
1 parent 597e814 commit f403b5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
## Main
## 0.34.0

##### Breaking

Expand All @@ -7,7 +7,8 @@

##### Enhancements

* None.
* Added support for bzlmod.
[Keith Smiley](https://github.com/keith)

##### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
version = "0.33.2",
version = "0.34.0",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Version.swift
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.33.1")
public static let current = Version(value: "0.34.0")
}

0 comments on commit f403b5c

Please sign in to comment.