Skip to content

Commit 1c14975

Browse files
committed
chore: bump version to 0.3.6
1 parent 490113f commit 1c14975

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.6] - 2026-01-15
6+
7+
8+
### Added
9+
- **feat**: update default capabilities to allow additional API access
10+
- **feat**: enhance documentation and user guide for view, index, and user management
511
## [0.3.5] - 2026-01-15
612

713

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

0 commit comments

Comments
 (0)