Skip to content

Commit 73c3c67

Browse files
committed
chore: consolidate v0.1.1 and v0.1.2 into single v0.1.1 release
Merge changelog entries, revert marketing version to 0.1.1, and add macOS 13.5 compatibility + GPL v3 license to the consolidated release.
1 parent 38b5ca4 commit 73c3c67

2 files changed

Lines changed: 8 additions & 15 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.1.2] - 2026-02-09
11-
12-
### Fixed
13-
14-
- Fix MySQL 8+ connections failing with `caching_sha2_password` plugin error by rebuilding libmariadb.a with the auth plugin compiled statically
15-
16-
### Changed
17-
18-
- CI release notes now read from CHANGELOG.md instead of auto-generating from commits
19-
- Removed `prepare-libs` CI job to speed up build pipeline (~5 min savings)
20-
2110
## [0.1.1] - 2026-02-09
2211

2312
### Added
@@ -27,14 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2716
- "Show Structure" context menu for sidebar tables
2817
- Improved filter panel UI/UX
2918
- SwiftUI EditorTabBar (replacing AppKit NativeTabBarView)
19+
- GPL v3 license
3020

3121
### Fixed
3222

23+
- Fix MySQL 8+ connections failing with `caching_sha2_password` plugin error by rebuilding libmariadb.a with the auth plugin compiled statically
3324
- Fix Delete key on data grid row from marking table as deleted
25+
- Downgrade all APIs to support macOS 13.5 (Ventura)
3426
- Code review fixes for multi-statement execution
3527

3628
### Changed
3729

30+
- CI release notes now read from CHANGELOG.md instead of auto-generating from commits
31+
- Removed `prepare-libs` CI job to speed up build pipeline (~5 min savings)
3832
- Add SPM Package.resolved for CodeEditSourceEditor dependencies
3933
- Add Claude Code project settings
4034
- Update build/test commands with `-skipPackagePluginValidation`
@@ -84,7 +78,6 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
8478
- Custom SQL query templates
8579
- Performance optimized for large datasets
8680

87-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.1.2...HEAD
88-
[0.1.2]: https://github.com/datlechin/tablepro/compare/v0.1.1...v0.1.2
81+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.1.1...HEAD
8982
[0.1.1]: https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1
9083
[0.1.0]: https://github.com/datlechin/tablepro/releases/tag/v0.1.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
310310
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
311311
MACOSX_DEPLOYMENT_TARGET = 15.0;
312-
MARKETING_VERSION = 0.1.2;
312+
MARKETING_VERSION = 0.1.1;
313313
"OTHER_LDFLAGS[arch=arm64]" = (
314314
"-force_load",
315315
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -399,7 +399,7 @@
399399
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
400400
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
401401
MACOSX_DEPLOYMENT_TARGET = 15.0;
402-
MARKETING_VERSION = 0.1.2;
402+
MARKETING_VERSION = 0.1.1;
403403
"OTHER_LDFLAGS[arch=arm64]" = (
404404
"-force_load",
405405
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)