diff --git a/Cargo.lock b/Cargo.lock index 1923b82..be0d158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "lipsum-cli" -version = "0.2.2" +version = "0.3.0" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3326729..566f6cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lipsum-cli" -version = "0.2.2" +version = "0.3.0" edition = "2021" authors = ["Civan Yavuzsen "] description = """ diff --git a/README.md b/README.md index f6f30e6..c537c18 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,11 @@ This project is licensed under the [MIT license](LICENSE). Contributions will be This is a changelog describing the most important changes per release. +### Version 0.3.0 — 02.03.2023 + +- Add a new option (words-per-line) +- Fix readme typo + ### Version 0.2.2 — 24.02.2023 - update dependencies