Skip to content

Commit

Permalink
chore: 🤖 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Jan 21, 2022
1 parent 3d73104 commit 0ca9746
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.6.0](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.5.2...0.6.0) (2022-01-21)


### ⚠ BREAKING CHANGES

* 🧨 macOS 10.11 (El Capitan) required

### Features

* 🎸 native encoding of PlantUML diagram text description ([de286d4](https://github.com/MarcoEidinger/SwiftPlantUML/commit/de286d4236c9826d89f73dbe7705b0c169eef9f5))

## [0.5.2](https://github.com/MarcoEidinger/SwiftPlantUML/compare/0.5.1...0.5.2) (2022-01-20)

### 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.5.2")
public static let current = Version(value: "0.6.0")
}
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.5.2")
XCTAssertEqual(SwiftPlantUMLFramework.Version.current.value, "0.6.0")
}
}

0 comments on commit 0ca9746

Please sign in to comment.