Skip to content

Commit

Permalink
chore: 🤖 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Jun 3, 2023
1 parent 43ef45f commit 0e9a0a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.7.5](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.4...0.7.5) (2023-06-03)

* 🐛 fix nested types in extensions (closes [#69](https://github.com/MarcoEidinger/SwiftPlantUML/issues/69))
* 🐛 fix whitespaces for nested type relationships (closes [#70](https://github.com/MarcoEidinger/SwiftPlantUML/issues/70))

## [0.7.4](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.7.3...0.7.4) (2023-02-17)
### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftPlantUMLFramework/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public struct Version {
public let value: String

/// The current SwiftPlantUML version.
public static let current = Version(value: "0.7.4")
public static let current = Version(value: "0.7.5")
}
2 changes: 1 addition & 1 deletion Tests/SwiftPlantUMLFrameworkTests/VersionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import XCTest

final class VersionTests: XCTestCase {
func testCurrentVersion() {
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.7.4")
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.7.5")
}
}

0 comments on commit 0e9a0a0

Please sign in to comment.