From 3a4b0a93d68703736827a560b6bb16d604ce6c35 Mon Sep 17 00:00:00 2001 From: Hugo Wang Date: Mon, 21 Feb 2022 21:40:42 +0800 Subject: [PATCH] version fix for Termux --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85498d0..a9fe7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # cicada Release Notes +## 0.9.26 - 2022-02-21 + +- No changes, only a version fix for Termux. + ## 0.9.25 - 2022-02-20 - fixed an issue that PATH searching will break when items in it cannot be diff --git a/Cargo.toml b/Cargo.toml index f9475c3..b0dfeaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" build = "src/build.rs" name = "cicada" -version = "0.9.25" +version = "0.9.26" authors = ["Hugo Wang "] description = "A simple Bash-like Unix shell."