Skip to content

Commit 274d46c

Browse files
committed
chore: 🤖 0.7.7
1 parent 3ae71a5 commit 274d46c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.7.7](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.6...0.7.7) (2023-11-11)
2+
3+
* 🐛 fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes [#76](https://github.com/MarcoEidinger/SwiftPlantUML/issues/76))
4+
15
## [0.7.6](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.5...0.7.6) (2023-07-21)
26

37
* 🐛 fix: file options (include/exclude) without wildcard (closes [#73](https://github.com/MarcoEidinger/SwiftPlantUML/issues/73))

Sources/SwiftPlantUMLFramework/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public struct Version {
44
public let value: String
55

66
/// The current SwiftPlantUML version.
7-
public static let current = Version(value: "0.7.6")
7+
public static let current = Version(value: "0.7.7")
88
}

Tests/SwiftPlantUMLFrameworkTests/VersionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import XCTest
33

44
final class VersionTests: XCTestCase {
55
func testCurrentVersion() {
6-
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.7.6")
6+
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.7.7")
77
}
88
}

0 commit comments

Comments
 (0)