Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit a2013b6

Browse files
committed
Bump version to 1.0.0-beta.3
1 parent b3a01da commit a2013b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+4-1
Original file line numberDiff line numberDiff 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.3] - 2020-05-19
11+
1012
### Added
1113

1214
- Added `--base-url` option.
@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202204

203205
Initial release.
204206

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
206209
[1.0.0-beta.2]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.2
207210
[1.0.0-beta.1]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.1
208211
[0.1.1]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/0.1.1

Sources/swift-doc/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct SwiftDoc: ParsableCommand {
2323
static var configuration = CommandConfiguration(
2424
commandName: "swift doc",
2525
abstract: "A utility for generating documentation for Swift code.",
26-
version: "1.0.0-beta.2",
26+
version: "1.0.0-beta.3",
2727
subcommands: [Generate.self, Coverage.self, Diagram.self]
2828
)
2929
}

0 commit comments

Comments
 (0)