File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Sources/SwiftPlantUMLFramework
Tests/SwiftPlantUMLFrameworkTests Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import XCTest
33
44final 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}
You can’t perform that action at this time.
0 commit comments