Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and David Brunow committed May 20, 2024
1 parent 6f7b7a1 commit da64faa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2024-05-20

### Features
* Initial implementation of parsing (0c04db6)

### Chores
* Setup CI for releases (9b70416)
* Add CI (31581ad)

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct SwiftConventionalCommitParserCommand: AsyncParsableCommand {
- [Swift Format](https://github.com/apple/swift-format)
- [SwiftLint](https://github.com/realm/SwiftLint)
""",
version: "0.0.0",
version: "something",
subcommands: [
MergeRequestCommand.self,
PullRequestCommand.self,
Expand Down

0 comments on commit da64faa

Please sign in to comment.