Skip to content

Commit 1fdd2e3

Browse files
jttliljamo
authored andcommitted
Bump version to 0.3.2
1 parent 8b32058 commit 1fdd2e3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.3.2 (2025-07-14)
2+
* Update dependencies & update to rust edition 2024
3+
* Strip control characters when printing captured banner
4+
* Use tracing instead of env_logger crate for logging
15
v0.3.1 (2023-12-22)
26
* Update dependencies
37
v0.3.0 (2023-05-31)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pscan"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["SensorFleet R&D <rd.contact@sensorfleet.com>"]
55
homepage = "https://github.com/sensorfleet/pscan"
66
repository = "https://github.com/sensorfleet/pscan"

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub const ARG_VERBOSE: &str = "verbose";
2121
pub const ARG_CONCURRENT_HOSTS: &str = "concurrent-hosts";
2222

2323
/// Current version
24-
pub const PSCAN_VERSION: &str = "0.3.1";
24+
pub const PSCAN_VERSION: &str = "0.3.2";
2525

2626
/// Build command line arguments for the program.
2727
pub fn build_commandline_args() -> clap::Command {

0 commit comments

Comments
 (0)