mirror of
https://github.com/ffuf/ffuf
synced 2025-03-02 13:57:11 +00:00
Release 0.9 done (#28)
This commit is contained in:
parent
4ba34331ae
commit
11ece7db17
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue