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.3] - 2020-05-19
11
+
10
12
### Added
11
13
12
14
- Added ` --base-url ` option.
@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
204
203
205
Initial release.
204
206
205
- [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.1...master
207
+ [ unreleased ] : https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.3...master
208
+ [ 1.0.0-beta.3 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.3
206
209
[ 1.0.0-beta.2 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.2
207
210
[ 1.0.0-beta.1 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.1
208
211
[ 0.1.1 ] : https://github.com/SwiftDocOrg/swift-doc/releases/tag/0.1.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ struct SwiftDoc: ParsableCommand {
23
23
static var configuration = CommandConfiguration (
24
24
commandName: " swift doc " ,
25
25
abstract: " A utility for generating documentation for Swift code. " ,
26
- version: " 1.0.0-beta.2 " ,
26
+ version: " 1.0.0-beta.3 " ,
27
27
subcommands: [ Generate . self, Coverage . self, Diagram . self]
28
28
)
29
29
}
You can’t perform that action at this time.
0 commit comments