Release 0.9 done (#28)
This commit is contained in:
parent
4ba34331ae
commit
11ece7db17
@ -134,6 +134,11 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- master
|
||||||
|
- New
|
||||||
|
|
||||||
|
- Changed
|
||||||
|
|
||||||
- v0.9
|
- v0.9
|
||||||
- New
|
- New
|
||||||
- New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma)
|
- New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma)
|
||||||
|
|||||||
@ -2,5 +2,5 @@ package ffuf
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "0.9"
|
VERSION = "0.10git"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user