Skip to content

Commit

Permalink
[enh] v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Feb 17, 2017
1 parent ee71867 commit f34c82a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.2.0 2017.02.18

- Config file support with configurable keybindings
- Help popup (F1 key)
- Ignore invalid SSL certs with the --insecure flag
- PATCH request support
- Allow JSON request body (--data-binary flag)
- Colorized JSON response
- Parameter encoding bugfix
- Multiple UI bugfixes

## 0.1.0 2017.02.11
2 changes: 1 addition & 1 deletion wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/nwidger/jsoncolor"
)

const VERSION = "0.1.0"
const VERSION = "0.2.0"

const TIMEOUT_DURATION = 5 // in seconds
const WINDOWS_OS = "windows"
Expand Down

0 comments on commit f34c82a

Please sign in to comment.