Skip to content

Commit 81827f4

Browse files
committed
chore: bump version to 0.1.2
1 parent 41c89ab commit 81827f4

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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+
1021
## [0.1.1] - 2026-02-09
1122

1223
### Added
@@ -73,6 +84,7 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
7384
- Custom SQL query templates
7485
- Performance optimized for large datasets
7586

76-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.1.1...HEAD
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
7789
[0.1.1]: https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1
7890
[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.1;
312+
MARKETING_VERSION = 0.1.2;
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.1;
402+
MARKETING_VERSION = 0.1.2;
403403
"OTHER_LDFLAGS[arch=arm64]" = (
404404
"-force_load",
405405
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)