Skip to content

Commit

Permalink
chore: 🤖 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Feb 22, 2024
1 parent 8f5a1ff commit 0f5875e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.8.1](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.8.1) (2024-02-22)
* 🐛 fix: When linking inheritedType, if the name includes `&`, separate and link it by @TTOzzi in https://github.com/MarcoEidinger/SwiftPlantUML/pull/82

## [0.8.0](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.8.0...0.7.7) (2024-01-01)

* ✨ feat: support `package` access level (PR [#78](https://github.com/MarcoEidinger/SwiftPlantUML/pull/78))
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.8.0")
public static let current = Version(value: "0.8.1")
}
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.8.0")
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.8.1")
}
}

0 comments on commit 0f5875e

Please sign in to comment.