This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree 2 files changed +5
-2
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0-beta.6] - 2021-04-24
11
+
10
12
### Added
11
13
12
14
- Added support for generating documentation for
@@ -312,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
314
313
315
Initial release.
314
316
315
- [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.5...master
317
+ [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.6...master
318
+ [ 1.0.0-beta.6 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.6
316
319
[ 1.0.0-beta.5 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.5
317
320
[ 1.0.0-beta.4 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.4
318
321
[ 1.0.0-beta.3 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.3
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
22
22
static var configuration = CommandConfiguration (
23
23
commandName: " swift doc " ,
24
24
abstract: " A utility for generating documentation for Swift code. " ,
25
- version: " 1.0.0-beta.5 " ,
25
+ version: " 1.0.0-beta.6 " ,
26
26
subcommands: [ Generate . self, Coverage . self, Diagram . self]
27
27
)
28
28
}
You can’t perform that action at this time.
0 commit comments