diff --git a/Cargo.lock b/Cargo.lock index 1cd5d5146..1e65b1876 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,7 +188,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "genact" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fa985b932..9f06bb87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "0.5.0" +version = "0.6.0" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index e0e58ed61..e091aa53d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ or (on Docker) The help: - genact 0.5.0 + genact 0.6.0 Sven-Hendrik Haase A nonsense activity generator @@ -82,8 +82,8 @@ The help: OPTIONS: -e, --exitafter Exit after running for this long (format example: 2h10min) - -m, --modules ... Run only these modules [values: bootlog, cargo, cc, composer, cryptomining, simcity, - download, memdump, kernel_compile, weblog] + -m, --modules ... Run only these modules [values: bootlog, botnet, cargo, cc, composer, + cryptomining, simcity, download, memdump, kernel_compile, weblog] In the web version, you can run specific modules by providing them as `?module` parameters like this: https://svenstaro.github.io/genact?module=cc&module=memdump diff --git a/snapcraft.yaml b/snapcraft.yaml index 7aa9f5134..dc5ed9648 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: genact -version: '0.5.0~git' +version: '0.6.0~git' summary: a nonsense activity generator description: | Pretend to be busy or waiting for your computer when you should diff --git a/static/index.html b/static/index.html index 43bc6c82b..26a9bb595 100644 --- a/static/index.html +++ b/static/index.html @@ -1,6 +1,6 @@ - genact 0.5.0 + genact 0.6.0