From 902ea040134c6b07e7d805d83e7ddaa4aa0a56e9 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Thu, 24 Oct 2024 13:29:42 +0200 Subject: [PATCH] chore: Release aleph-tui version 0.4.1 --- CHANGELOG.md | 10 ++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7957ad6..99f2514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,23 @@ All notable changes to this project will be documented in this file. -## [0.4.0] - 2024-09-13 +## [0.4.1] - 2024-10-24 ### 🚀 Features -- Nicer display of time deltas - Show status details per collection when browsing results +- Integrate human_panic for much nicer panic handling +- Make it async ### ⚙️ Miscellaneous Tasks - Update screenshot - Update changelog for 0.4.0 +- Release aleph-tui version 0.4.0 + +### Bugfix + +- Make the info panel slightly larger ## [0.3.2] - 2024-09-04 diff --git a/Cargo.lock b/Cargo.lock index 9ff5324..7d58466 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "aleph-tui" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index ed1d9e5..4854fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-tui" -version = "0.4.0" +version = "0.4.1" edition = "2021" repository = "https://github.com/stchris/aleph-tui" homepage = "https://github.com/stchris/aleph-tui"