Skip to content

Commit 0f5875e

Browse files
committed
chore: 🤖 0.8.1
1 parent 8f5a1ff commit 0f5875e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.8.1](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.8.1) (2024-02-22)
2+
* 🐛 fix: When linking inheritedType, if the name includes `&`, separate and link it by @TTOzzi in https://github.com/MarcoEidinger/SwiftPlantUML/pull/82
3+
14
## [0.8.0](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.7.7) (2024-01-01)
25

36
* ✨ feat: support `package` access level (PR [#78](https://github.com/MarcoEidinger/SwiftPlantUML/pull/78))

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.8.0")
7+
public static let current = Version(value: "0.8.1")
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.8.0")
6+
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.8.1")
77
}
88
}

0 commit comments

Comments
 (0)