Skip to content

Commit a57c8c9

Browse files
committed
chore: bump version to 0.5.4
1 parent ded0fb5 commit a57c8c9

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

33
All notable changes to dbfordevs are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [0.5.4] - 2026-02-02
6+
7+
8+
### Added
9+
- **feat**: optimize build configuration and enhance lazy loading for dialogs (#81)
10+
- **feat**: implement parameterized queries for CRUD operations (#80)
11+
12+
### Changed
13+
- **refactor**: replace ScrollArea with div for improved overflow handling … (#79)
14+
15+
### Other
16+
- **docs**: fix inaccuracies across 14 documentation files
517
## [0.5.3] - 2026-01-27
618

719

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.5.3"
8+
version = "0.5.4"
99
edition = "2021"
1010
authors = ["Daniels"]
1111
license = "MIT"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dbfordevs",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

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 = "dbfordevs"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "A modern cross-platform database management application for developers"
55
authors = ["Daniels"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "dbfordevs",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"identifier": "com.dbfordevs.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)