diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6c310..5dab09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**1.71.30** +- Mention `:help` in default welcome message + **1.71.29** - Hot fix for mac build diff --git a/Cargo.lock b/Cargo.lock index 680e63a..eaa34b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.29" +version = "1.71.30" dependencies = [ "crossterm", "dirs", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "irust_repl" -version = "0.24.9" +version = "0.24.10" dependencies = [ "dirs", "serde", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 1246dc0..e8f5762 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.29" +version = "1.71.30" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md" diff --git a/crates/irust_repl/Cargo.toml b/crates/irust_repl/Cargo.toml index a3bb603..2984f6d 100644 --- a/crates/irust_repl/Cargo.toml +++ b/crates/irust_repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust_repl" -version = "0.24.9" +version = "0.24.10" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"