diff --git a/CHANGELOG.md b/CHANGELOG.md index d74b0d1..5ad2a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**1.71.28** +- Workaround macos permissions issue, by using the cache dir as default location for repls + **1.71.27** - Reset color at exit diff --git a/Cargo.lock b/Cargo.lock index bd602de..70ca142 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.27" +version = "1.71.28" dependencies = [ "crossterm", "dirs", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "irust_repl" -version = "0.24.7" +version = "0.24.8" dependencies = [ "dirs", "serde", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 275506a..0cf238f 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.27" +version = "1.71.28" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md" diff --git a/crates/irust_repl/Cargo.toml b/crates/irust_repl/Cargo.toml index 8d9b0d3..bfe7ab2 100644 --- a/crates/irust_repl/Cargo.toml +++ b/crates/irust_repl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust_repl" -version = "0.24.7" +version = "0.24.8" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"