Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Changes since 1.0.3:

In chains of '&&' and '||', only instrument the terminal conditions,
to reduce redundancy in the output.

Instrument send statements, inc/dec statements, range statements,
variable declarations, call expressions, slice expressions, type
assertion expressions, star expressions, binary expressions, selection
expressions and comparisons inside comparisons.
  • Loading branch information
rillig committed Nov 25, 2022
1 parent 410d978 commit 8c77f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
)

const version = "1.0.4-snapshot"
const version = "1.1.0"

var exit = os.Exit

Expand Down

0 comments on commit 8c77f4c

Please sign in to comment.