From fff8795d16adcf45007484a2cea17ac0122c409b Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Sun, 22 Dec 2024 18:00:22 +0100 Subject: [PATCH] Release 1.71.30 irust@1.71.30 irust_repl@0.24.10 Generated by cargo-workspaces --- CHANGELOG.md | 3 +++ Cargo.lock | 4 ++-- crates/irust/Cargo.toml | 2 +- crates/irust_repl/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) 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"