We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf550df commit 7f7a312Copy full SHA for 7f7a312
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## v0.1.2 (UNRELEASED)
+## v0.1.2 (July 24, 2024)
2
* Added PowerShell support. [#19] thanks, @jinxiao
3
+* Ensure the ~/.awsd file exists before attempting to read its contents to prevent errors.
4
5
## v0.1.1 (June 28, 2024)
6
* Replaced regular expressions with the `ini` package for extracting profiles from AWS config files.
src/cmd/version.go
@@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)
7
8
-var version string = "v0.1.1"
+var version string = "v0.1.2"
9
10
var versionCmd = &cobra.Command{
11
Use: "version",
0 commit comments