Skip to content

Commit d5ef803

Browse files
committed
chore(release): preparing release v0.2.3
1 parent 540b17e commit d5ef803

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.2] - 2024-11-14
5+
## [0.2.3] - 2024-11-22
66

77
### 🚀 Features
88

9-
- Container export option added
10-
- Moved to SweetAlert2 from react-toast for torts and modal popups
11-
- Apply theme based styles to toast
9+
- Refactored delete action & added confirmation dialog
10+
11+
### 🚜 Refactor
12+
13+
- Removed dead UI code
1214

1315

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dockyard"
3-
version = "0.1.0"
3+
version = "0.2.3"
44
description = "Beautifull, Fast & Simple Docker Client"
55
authors = ["ropali"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "dockyard",
10-
"version": "0.2.2"
10+
"version": "0.2.3"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)