From d5ef803e542b04d73f8864cd9d88803548fd9cc7 Mon Sep 17 00:00:00 2001 From: ropali Date: Fri, 22 Nov 2024 20:55:49 +0530 Subject: [PATCH] chore(release): preparing release v0.2.3 --- CHANGELOG.md | 10 ++++++---- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a15347..c3b09a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All notable changes to this project will be documented in this file. -## [0.2.2] - 2024-11-14 +## [0.2.3] - 2024-11-22 ### 🚀 Features -- Container export option added -- Moved to SweetAlert2 from react-toast for torts and modal popups -- Apply theme based styles to toast +- Refactored delete action & added confirmation dialog + +### 🚜 Refactor + +- Removed dead UI code diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fb7f361..cf51b40 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -637,7 +637,7 @@ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" [[package]] name = "dockyard" -version = "0.1.0" +version = "0.2.3" dependencies = [ "bollard", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8cc77c1..9471df6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dockyard" -version = "0.1.0" +version = "0.2.3" description = "Beautifull, Fast & Simple Docker Client" authors = ["ropali"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d123388..3374f5e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "dockyard", - "version": "0.2.2" + "version": "0.2.3" }, "tauri": { "allowlist": {