Skip to content

Commit 99246eb

Browse files
committed
chore: bump version to 0.2.0
1 parent 819cca1 commit 99246eb

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-02-11
11+
1012
### Added
1113

1214
- SSL/TLS connection support for MySQL/MariaDB and PostgreSQL with configurable modes (Disabled, Preferred, Required, Verify CA, Verify Identity) and certificate file paths
@@ -109,6 +111,7 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
109111
- Custom SQL query templates
110112
- Performance optimized for large datasets
111113

112-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.1.1...HEAD
114+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.2.0...HEAD
115+
[0.2.0]: https://github.com/datlechin/tablepro/compare/v0.1.1...v0.2.0
113116
[0.1.1]: https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1
114117
[0.1.0]: https://github.com/datlechin/tablepro/releases/tag/v0.1.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
CODE_SIGN_IDENTITY = "Apple Development";
291291
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
292292
CODE_SIGN_STYLE = Automatic;
293-
CURRENT_PROJECT_VERSION = 2;
293+
CURRENT_PROJECT_VERSION = 3;
294294
DEAD_CODE_STRIPPING = YES;
295295
DEVELOPMENT_TEAM = D7HJ5TFYCU;
296296
ENABLE_APP_SANDBOX = NO;
@@ -321,7 +321,7 @@
321321
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
322322
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
323323
MACOSX_DEPLOYMENT_TARGET = 13.5;
324-
MARKETING_VERSION = 0.1.1;
324+
MARKETING_VERSION = 0.2.0;
325325
"OTHER_LDFLAGS[arch=arm64]" = (
326326
"-force_load",
327327
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -379,7 +379,7 @@
379379
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
380380
CODE_SIGN_STYLE = Automatic;
381381
COPY_PHASE_STRIP = YES;
382-
CURRENT_PROJECT_VERSION = 2;
382+
CURRENT_PROJECT_VERSION = 3;
383383
DEAD_CODE_STRIPPING = YES;
384384
DEPLOYMENT_POSTPROCESSING = YES;
385385
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -411,7 +411,7 @@
411411
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
412412
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
413413
MACOSX_DEPLOYMENT_TARGET = 13.5;
414-
MARKETING_VERSION = 0.1.1;
414+
MARKETING_VERSION = 0.2.0;
415415
"OTHER_LDFLAGS[arch=arm64]" = (
416416
"-force_load",
417417
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)