Skip to content

Commit ef61e13

Browse files
committed
Update for release
1 parent d721c99 commit ef61e13

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrying"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["David Young <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

Changelog.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
### Security
19+
20+
## [v0.7.0] - 2020-06-29
21+
### Added
922
* Added support for reading Nessus XML files
1023
* RDP errors are collected and included in the report
1124
* While XP is not currently supported, suspected XP-era machines have appropriate error messages [#21](https://github.com/nccgroup/scrying/issues/21)
@@ -14,15 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1427
### Changed
1528
* The program exits early if it couldn't parse any targets from the input files [#19](https://github.com/nccgroup/scrying/issues/19)
1629

17-
### Deprecated
18-
19-
### Removed
20-
2130
### Fixed
2231
* Fix bug where connection issues with RDP would result in a panic [#22](https://github.com/nccgroup/scrying/issues/22)
2332
* Fix bug where different input arguments would conflict [#23](https://github.com/nccgroup/scrying/issues/23)
2433

25-
### Security
2634

2735
## [v0.6.0] - 2020-06-29
2836
### Added

0 commit comments

Comments
 (0)