Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 81f2d3a

Browse files
committed
Bump version to 1.0.0-beta.6
1 parent aef1c49 commit 81f2d3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎Changelog.md

Lines changed: 4 additions & 1 deletion
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.6] - 2021年04月24日
11+
1012
### Added
1113

1214
- Added support for generating documentation for
@@ -312,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312314

313315
Initial release.
314316

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
316319
[1.0.0-beta.5]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.5
317320
[1.0.0-beta.4]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.4
318321
[1.0.0-beta.3]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.3

‎Sources/swift-doc/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5",
25+
version: "1.0.0-beta.6",
2626
subcommands: [Generate.self, Coverage.self, Diagram.self]
2727
)
2828
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /