Skip to content

Commit

Permalink
Releasing 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Apr 2, 2021
1 parent a89da3b commit 0c60c33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Next

## 0.2.0 (2021-04-02)
- Added `swiftlint:disable all` to the top of the file. [@Igor-Palaguta]
- Added "Generated using Pouch" to the top of the file. [@Igor-Palaguta]
- Fixed spacing in the generated file. [@Igor-Palaguta]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Slightly adjusted from: https://github.com/yonaskolb/Mint/blob/master/Makefile (thanks @yonaskolb!)
EXECUTABLE_NAME = pouch
REPO = https://github.com/sunshinejr/Pouch
VERSION = 0.1.2
VERSION = 0.2.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Pouch/Commands/Pouch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
public struct Pouch: ParsableCommand {
public static var configuration = CommandConfiguration(
abstract: "A utility tool for secret management",
version: "0.1.2",
version: "0.2.0",
subcommands: [Retrieve.self],
defaultSubcommand: Retrieve.self
)
Expand Down

0 comments on commit 0c60c33

Please sign in to comment.