Skip to content

Commit 6444ddd

Browse files
committed
release 0.7
1 parent 6e8c206 commit 6444ddd

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ var cmdVersion = &cobra.Command{
1414
Short: "",
1515
Long: "",
1616
Run: func(cmd *cobra.Command, args []string) {
17-
fmt.Println("dockware-cli v0.6")
17+
fmt.Println("dockware-cli v0.7")
1818
},
1919
}

0 commit comments

Comments
 (0)