Skip to content

Commit 82cb109

Browse files
committed
Release v0.6.4
1 parent f29d8d5 commit 82cb109

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.4] - 2026-02-23
11+
12+
### Fixed
13+
- Fix PostgreSQL SQL export failing to fetch DDL for tables (passed quoted identifier instead of raw table name to catalog queries)
14+
1015
## [0.6.3] - 2026-02-23
1116

1217
### Changed
@@ -356,7 +361,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
356361
- Custom SQL query templates
357362
- Performance optimized for large datasets
358363

359-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.6.3...HEAD
364+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.6.4...HEAD
365+
[0.6.4]: https://github.com/datlechin/tablepro/compare/v0.6.3...v0.6.4
360366
[0.6.3]: https://github.com/datlechin/tablepro/compare/v0.6.2...v0.6.3
361367
[0.6.2]: https://github.com/datlechin/tablepro/compare/v0.6.1...v0.6.2
362368
[0.6.1]: https://github.com/datlechin/tablepro/compare/v0.6.0...v0.6.1

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
CODE_SIGN_IDENTITY = "Apple Development";
382382
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
383383
CODE_SIGN_STYLE = Automatic;
384-
CURRENT_PROJECT_VERSION = 13;
384+
CURRENT_PROJECT_VERSION = 14;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -412,7 +412,7 @@
412412
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
413413
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
414414
MACOSX_DEPLOYMENT_TARGET = 14.0;
415-
MARKETING_VERSION = 0.6.3;
415+
MARKETING_VERSION = 0.6.4;
416416
"OTHER_LDFLAGS[arch=arm64]" = (
417417
"-force_load",
418418
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -471,7 +471,7 @@
471471
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
472472
CODE_SIGN_STYLE = Automatic;
473473
COPY_PHASE_STRIP = YES;
474-
CURRENT_PROJECT_VERSION = 13;
474+
CURRENT_PROJECT_VERSION = 14;
475475
DEAD_CODE_STRIPPING = YES;
476476
DEPLOYMENT_POSTPROCESSING = YES;
477477
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -503,7 +503,7 @@
503503
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
504504
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
505505
MACOSX_DEPLOYMENT_TARGET = 14.0;
506-
MARKETING_VERSION = 0.6.3;
506+
MARKETING_VERSION = 0.6.4;
507507
"OTHER_LDFLAGS[arch=arm64]" = (
508508
"-force_load",
509509
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)