File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Next
2
+
3
+ ## 0.2.0 (2021-04-02)
2
4
- Added ` swiftlint:disable all ` to the top of the file. [ @Igor-Palaguta ]
3
5
- Added "Generated using Pouch" to the top of the file. [ @Igor-Palaguta ]
4
6
- Fixed spacing in the generated file. [ @Igor-Palaguta ]
Original file line number Diff line number Diff line change 1
1
# Slightly adjusted from: https://github.com/yonaskolb/Mint/blob/master/Makefile (thanks @yonaskolb!)
2
2
EXECUTABLE_NAME = pouch
3
3
REPO = https://github.com/sunshinejr/Pouch
4
- VERSION = 0.1.2
4
+ VERSION = 0.2.0
5
5
6
6
PREFIX = /usr/local
7
7
INSTALL_PATH = $(PREFIX ) /bin/$(EXECUTABLE_NAME )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Foundation
4
4
public struct Pouch : ParsableCommand {
5
5
public static var configuration = CommandConfiguration (
6
6
abstract: " A utility tool for secret management " ,
7
- version: " 0.1.2 " ,
7
+ version: " 0.2.0 " ,
8
8
subcommands: [ Retrieve . self] ,
9
9
defaultSubcommand: Retrieve . self
10
10
)
You can’t perform that action at this time.
0 commit comments