Skip to content

Commit e2e93e0

Browse files
committed
chore: 🤖 0.8.0
1 parent d4d8be5 commit e2e93e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.8.0](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.7.7) (2024-01-01)
2+
3+
* ✨ feat: support `package` access level (PR [#78](https://github.com/MarcoEidinger/SwiftPlantUML/pull/78))
4+
15
## [0.7.7](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.6...0.7.7) (2023-11-11)
26

37
* 🐛 fix: incorrect PlantUMLScript when @unchecked Sendable present in Swift code (closes [#76](https://github.com/MarcoEidinger/SwiftPlantUML/issues/76))

Sources/SwiftPlantUMLFramework/Version.swift

+1-1
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.7")
7+
public static let current = Version(value: "0.8.0")
88
}

Tests/SwiftPlantUMLFrameworkTests/VersionTests.swift

+1-1
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.7")
6+
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.8.0")
77
}
88
}

0 commit comments

Comments
 (0)