Skip to content

Commit 9991200

Browse files
committed
chore: 🤖 0.7.4
1 parent 35439af commit 9991200

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.7.4](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.3...0.7.4) (2023-02-17)
2+
### Bug Fixes
3+
4+
* 🐛 fix diagram syntax error when class inherited a generic type (closes [#65](https://github.com/MarcoEidinger/SwiftPlantUML/issues/65))
5+
16
## [0.7.3](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.2...0.7.3) (2023-02-01)
27
### Bug Fixes
38

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

0 commit comments

Comments
 (0)