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

Commit

Permalink
Bump version to 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 26, 2021
1 parent aef1c49 commit 81f2d3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-beta.6] - 2021-04-24

### Added

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

Initial release.

[unreleased]: https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.5...master
[unreleased]: https://github.com/SwiftDocOrg/swift-doc/compare/1.0.0-beta.6...master
[1.0.0-beta.6]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.6
[1.0.0-beta.5]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.5
[1.0.0-beta.4]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.4
[1.0.0-beta.3]: https://github.com/SwiftDocOrg/swift-doc/releases/tag/1.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion Sources/swift-doc/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct SwiftDoc: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "swift doc",
abstract: "A utility for generating documentation for Swift code.",
version: "1.0.0-beta.5",
version: "1.0.0-beta.6",
subcommands: [Generate.self, Coverage.self, Diagram.self]
)
}
Expand Down

0 comments on commit 81f2d3a

Please sign in to comment.