Skip to content

Commit

Permalink
chore(release): preparing release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ropali committed Nov 22, 2024
1 parent 540b17e commit d5ef803
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "dockyard",
"version": "0.2.2"
"version": "0.2.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit d5ef803

Please sign in to comment.