File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.4.4 "
2+ "." : " 1.4.5 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.5] ( https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.4...1.4.5 ) (2025-01-27)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** import:** iterator was already closed error ([ 7c27286] ( https://github.com/EcomDev/mysql-to-jsonl/commit/7c27286e8955d04c81c6187bb4dc7468dbf647ac ) )
9+
310## [ 1.4.4] ( https://github.com/EcomDev/mysql-to-jsonl/compare/1.4.3...1.4.4 ) (2025-01-27)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Symfony\Component\Console\Application;
88require_once __DIR__ . '/../vendor/autoload.php ' ;
99
1010// x-release-please-start-version
11- const VERSION = '1.4.4 ' ;
11+ const VERSION = '1.4.5 ' ;
1212// x-release-please-end
1313
1414$ application = new Application (
You can’t perform that action at this time.
0 commit comments