Skip to content

Commit 33fc57d

Browse files
committed
Update version number and changelog to 1.1.0
1 parent 3d7726f commit 33fc57d

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# Changelog
22

3+
## 1.1.0 - 2019-04-08
4+
5+
### Added
6+
* Option to provide multiple hosts to scan via command line
7+
* Host list support
8+
* Text at start up
9+
10+
### Changed
11+
* Swapped -x and -X flags for consistency
12+
13+
### Fixed
14+
* Support for non utf-8 files
15+
316
## 1.0.1 - 2019-04-03
417

5-
## Added
18+
### Added
619
* Extra information at the end of the help text
720

8-
## Changed
21+
### Changed
922
* Optimised calculation of response sizes
1023

11-
## Fixed
24+
### Fixed
1225
* Bug with indentation when a folder was provided to scan
1326
* Typo in readme.md
1427

src/arg_parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn get_args() -> GlobalOpts
5151
{
5252
// Defines all the command line arguments with the Clap module
5353
let args = App::new("Dirble")
54-
.version("1.0.1")
54+
.version("1.1.0")
5555
.author("Developed by Izzy Whistlecroft <Izzy(dot)Whistlecroft(at)nccgroup(dot).com>")
5656
.about("Fast directory scanning and scraping tool")
5757
.after_help("OUTPUT FORMAT:

0 commit comments

Comments
 (0)