We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f013e5d commit 8616062Copy full SHA for 8616062
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 1.3.1 - 2019-05-01
4
+
5
+### Changed
6
+* The --host argument has been changed to --uri and --url
7
+* Version number added to startup text
8
+* Startup text now uses "Targets" instead of "Hosts"
9
+* Version number is now pulled from cargo.toml
10
11
+### Fixed
12
+* Panic when there were errors during target validation
13
14
## 1.3.0 - 2019-04-22
15
16
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dirble"
-version = "1.3.0"
+version = "1.3.1"
authors = ["Izzy Whistlecroft <izzy.whistlecroft@nccgroup.com>"]
edition = "2018"
0 commit comments