Skip to content

Commit

Permalink
bumped to 1.2.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin authored Nov 13, 2018
1 parent 03aefb8 commit 1a08c00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.2.0
=====
* Added a release script
* Added `-version` flag
* Fixed negation of complex boolean expressions
* gocontracts does not change code if no contracts in the description nor in the
function implementation
* Single-line function definitions are supported
* Updated to go 1.11

1.1.1
=====
* Fixed in-place writes so that temporary file lives on the same volume
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
flag.Parse()

if *version {
fmt.Println("1.1.1")
fmt.Println("1.2.0")
return 0
}

Expand Down

0 comments on commit 1a08c00

Please sign in to comment.