This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-beta.5] - 2020-09-29
11+
1012### Added
1113
1214- Added support for Swift 5.3.
@@ -267,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267269
268270Initial release.
269271
270- [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.4...master
272+ [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.5...master
273+ [ 1.0.0-beta.5 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.5
271274[ 1.0.0-beta.4 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.4
272275[ 1.0.0-beta.3 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.3
273276[ 1.0.0-beta.2 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
2222 static var configuration = CommandConfiguration (
2323 commandName: " swift doc " ,
2424 abstract: " A utility for generating documentation for Swift code. " ,
25- version: " 1.0.0-beta.4 " ,
25+ version: " 1.0.0-beta.5 " ,
2626 subcommands: [ Generate . self, Coverage . self, Diagram . self]
2727 )
2828}
You can’t perform that action at this time.
0 commit comments