Skip to content

Commit ab652f3

Browse files
AnkaAnka
authored andcommitted
Release 0.1.0 [skip ci]
1 parent 5e86f3d commit ab652f3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
* Setup CI for releases (9b70416)
2424
* Add CI (31581ad)
2525

26+
## [0.1.0] - 2024-05-20
27+
28+
### Features
29+
* Initial implementation of parsing (0c04db6)
30+
31+
### Chores
32+
* Setup CI for releases (9b70416)
33+
* Add CI (31581ad)
34+

Sources/swift-conventional-commit-parser/SwiftConventionalCommitParserCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct SwiftConventionalCommitParserCommand: AsyncParsableCommand {
1717
- [Swift Format](https://github.com/apple/swift-format)
1818
- [SwiftLint](https://github.com/realm/SwiftLint)
1919
""",
20-
version: "something",
20+
version: "0.1.0",
2121
subcommands: [
2222
MergeRequestCommand.self,
2323
PullRequestCommand.self,

0 commit comments

Comments
 (0)