diff --git a/CHANGELOG.md b/CHANGELOG.md index 4527ba8..49a6665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**1.71.15** +- fix edit command (don't drop repl) + **1.71.14** - Remove all mention of racer (rust-analyzer is whats being used) diff --git a/Cargo.lock b/Cargo.lock index f4f8bd7..b18876b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.14" +version = "1.71.15" dependencies = [ "crossterm", "dirs", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 89edf03..558a5c3 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.14" +version = "1.71.15" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"