diff --git a/Cargo.lock b/Cargo.lock index b808f9b..70cc851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "teletext" -version = "0.1.2" +version = "0.1.3" dependencies = [ "dotenv 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6058c21..c3165cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teletext" -version = "0.1.2" +version = "0.1.3" authors = ["Ross Nomann "] [dependencies] diff --git a/README.md b/README.md index c812617..28cc421 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ to `.env` file in order to use a socks5 proxy. # Changelog +### 0.1.3 (27.05.2018) + +- Add sw command. + ### 0.1.2 (27.05.2018) - Handle bot name.