Skip to content

Commit 0c60c33

Browse files
committed
Releasing 0.2.0
1 parent a89da3b commit 0c60c33

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Next
2+
3+
## 0.2.0 (2021-04-02)
24
- Added `swiftlint:disable all` to the top of the file. [@Igor-Palaguta]
35
- Added "Generated using Pouch" to the top of the file. [@Igor-Palaguta]
46
- Fixed spacing in the generated file. [@Igor-Palaguta]

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Slightly adjusted from: https://github.com/yonaskolb/Mint/blob/master/Makefile (thanks @yonaskolb!)
22
EXECUTABLE_NAME = pouch
33
REPO = https://github.com/sunshinejr/Pouch
4-
VERSION = 0.1.2
4+
VERSION = 0.2.0
55

66
PREFIX = /usr/local
77
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)

Diff for: Sources/Pouch/Commands/Pouch.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
public struct Pouch: ParsableCommand {
55
public static var configuration = CommandConfiguration(
66
abstract: "A utility tool for secret management",
7-
version: "0.1.2",
7+
version: "0.2.0",
88
subcommands: [Retrieve.self],
99
defaultSubcommand: Retrieve.self
1010
)

0 commit comments

Comments
 (0)