File tree 3 files changed +7
-2
lines changed
Sources/SwiftPlantUMLFramework
Tests/SwiftPlantUMLFrameworkTests
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.7.2] ( https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.1...0.7.2 ) (2023-01-27)
2
+ ### Features
3
+
4
+ * ✨ add descriptive texts like header or title to the diagram (closes [ #61 ] ( https://github.com/MarcoEidinger/SwiftPlantUML/issues/61 ) )
5
+
1
6
## [ 0.7.1] ( https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.0...0.7.1 ) (2023-01-13)
2
7
### Features
3
8
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ public struct Version {
4
4
public let value : String
5
5
6
6
/// The current SwiftPlantUML version.
7
- public static let current = Version ( value: " 0.7.1 " )
7
+ public static let current = Version ( value: " 0.7.2 " )
8
8
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import XCTest
3
3
4
4
final class VersionTests : XCTestCase {
5
5
func testCurrentVersion( ) {
6
- XCTAssertEqual ( SwiftPlantUMLFramework . Version. current. value, " 0.7.1 " )
6
+ XCTAssertEqual ( SwiftPlantUMLFramework . Version. current. value, " 0.7.2 " )
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments