Skip to content

Commit fd4b8e9

Browse files
committed
chore: 🤖 0.7.2
1 parent cbeabf0 commit fd4b8e9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## [0.7.1](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.0...0.7.1) (2023-01-13)
27
### Features
38

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

0 commit comments

Comments
 (0)