Skip to content

Commit

Permalink
Bump version number to 1.0.0 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
pg8wood committed Jan 31, 2022
1 parent 22bc80c commit fdf9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ChangelogCore/Commands/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct Changelog: ParsableCommand {
public static let configuration = CommandConfiguration(
abstract: "Curbing Cumbersome Changelog Conflicts.",
discussion: "Creates changelog entries and stores them as single files to avoid merge conflictss in version control. When it's time to release, `changelog publish` collects these files and appends them to your changelog file.",
version: "0.2.0",
version: "1.0.0",
subcommands: [Log.self, Publish.self],
defaultSubcommand: Log.self)

Expand Down

0 comments on commit fdf9410

Please sign in to comment.