diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bde8111..21544508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.2 + +- Nicer errors and richer logs when ICIE main process crashes +- Added instructions for building from source and development + ## 0.5.1 - **Added displaying stderr** in test view diff --git a/Cargo.lock b/Cargo.lock index 2cc7e67e..4b012c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "icie" -version = "0.5.1" +version = "0.5.2" dependencies = [ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "evscode 0.1.0 (git+https://github.com/pustaczek/evscode)", diff --git a/Cargo.toml b/Cargo.toml index 9985e05e..904bf323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icie" -version = "0.5.1" +version = "0.5.2" authors = ["Mateusz Cegiełka "] edition = "2018"