From a15e6760d4503393f870d6000153afca9b2ce72c Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Thu, 26 Sep 2024 23:27:02 +0200 Subject: [PATCH] chore: release (#2) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dec53..387f54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2024-09-26 + +### 🚀 Features + +- *(tui)* Scrollview on resource view + +### ⚙️ Miscellaneous Tasks + +- Enrich README +- Restored demo + + ## [0.1.3] - 2024-09-26 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index d3e5736..f53bc14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ dependencies = [ [[package]] name = "edc-connector-tui" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 16a5991..e67c96b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edc-connector-tui" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "Apache-2.0" description= "A TUI client for EDC management APIs"