Skip to content

Commit 3a90899

Browse files
committed
chore: bump version to 0.3.1
1 parent 9877b2a commit 3a90899

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.3.1] - 2026-01-12
6+
7+
8+
### Added
9+
- **feat**: enhance updater components with error handling and retry options (#47)
10+
11+
### Fixed
12+
- Fix and enhance DataGrid with JSON handling, row selection, and new row creation (#48)
13+
14+
### Other
15+
- **docs**: comprehensive documentation update for v0.3.0 features (#46)
516
## [0.3.0] - 2026-01-12
617

718

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.3.0"
8+
version = "0.3.1"
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.3.0",
4+
"version": "0.3.1",
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.3.0"
3+
version = "0.3.1"
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.3.0",
4+
"version": "0.3.1",
55
"identifier": "com.dbfordevs.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)