Skip to content

Commit 7f7a312

Browse files
committed
Ensure the ~/.awsd file exists before attempting to read its contents to prevent errors.
1 parent bf550df commit 7f7a312

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v0.1.2 (UNRELEASED)
1+
## v0.1.2 (July 24, 2024)
22
* Added PowerShell support. [#19] thanks, @jinxiao
3+
* Ensure the ~/.awsd file exists before attempting to read its contents to prevent errors.
34

45
## v0.1.1 (June 28, 2024)
56
* Replaced regular expressions with the `ini` package for extracting profiles from AWS config files.

src/cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/spf13/cobra"
66
)
77

8-
var version string = "v0.1.1"
8+
var version string = "v0.1.2"
99

1010
var versionCmd = &cobra.Command{
1111
Use: "version",

0 commit comments

Comments
 (0)