Prepare for 1.5.0 release (#23)
This commit is contained in:
parent
1db80d49fc
commit
5c489aea78
@ -1,5 +1,9 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
- master
|
- master
|
||||||
|
- New
|
||||||
|
- Changed
|
||||||
|
|
||||||
|
- v1.5.0
|
||||||
- New
|
- New
|
||||||
- New autocalibration options: `-ach`, `-ack` and `-acs`. Revamped the whole autocalibration process
|
- New autocalibration options: `-ach`, `-ack` and `-acs`. Revamped the whole autocalibration process
|
||||||
- Configurable modes for matchers and filters (CLI flags: `fmode` and `mmode`): "and" and "or"
|
- Configurable modes for matchers and filters (CLI flags: `fmode` and `mmode`): "and" and "or"
|
||||||
|
|||||||
@ -2,7 +2,7 @@ package ffuf
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
//VERSION holds the current version number
|
//VERSION holds the current version number
|
||||||
VERSION = "1.4.1"
|
VERSION = "1.5.0"
|
||||||
//VERSION_APPENDIX holds additional version definition
|
//VERSION_APPENDIX holds additional version definition
|
||||||
VERSION_APPENDIX = "-dev"
|
VERSION_APPENDIX = "-dev"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user