Skip to content

Commit bc4b059

Browse files
committed
Update deps and update to 0.6
1 parent 543e233 commit bc4b059

File tree

4 files changed

+33
-30
lines changed

4 files changed

+33
-30
lines changed

Cargo.lock

+27-27
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.5.0"
3+
version = "0.6.0"
44
authors = ["David Young <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

Changelog.md

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

77
## [Unreleased]
88
### Added
9-
* Added support for 15- and 24-bit colour depth and 8-bit colour maps on VNC
109

1110
### Changed
1211

@@ -18,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1817

1918
### Security
2019

20+
## [v0.6.0] - 2020-06-29
21+
### Added
22+
* Added support for 15- and 24-bit colour depth and 8-bit colour maps on VNC
23+
2124
## [v0.5.0] - 2020-06-22
2225
### Added
2326
* Added support for VNC screenshotting [#6](https://github.com/nccgroup/scrying/issues/6)

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See COPYING for license details.
33

44
pkgname=scrying
5-
pkgver=0.5.0
5+
pkgver=0.6.0
66
pkgrel=1
77
epoch=0
88
pkgdesc='Collect RDP, web, and VNC screenshots smartly'

0 commit comments

Comments
 (0)