We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c206 commit 6444dddCopy full SHA for 6444ddd
2 files changed
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changes in PHPUnuhi
2
+
3
+All notable changes of PHPUnuhi releases are documented in this file
4
+using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
5
6
+## [0.7]
7
8
+### Fixed
9
10
+- Fixed building problem on Windows. Removed the interactive-terminal check.
11
12
+## [0.6]
13
14
+### Added
15
16
+- Initial version
17
cmd/version.go
@@ -14,6 +14,6 @@ var cmdVersion = &cobra.Command{
Short: "",
Long: "",
Run: func(cmd *cobra.Command, args []string) {
- fmt.Println("dockware-cli v0.6")
+ fmt.Println("dockware-cli v0.7")
18
},
19
}
0 commit comments