File tree Expand file tree Collapse file tree 3 files changed +189
-187
lines changed
Expand file tree Collapse file tree 3 files changed +189
-187
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- python-version : ["3.7", "3.11"]
19+ python-version : ["3.7.17 ", "3.11"]
2020
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11# Changelog
22
3- All notable changes to this project will be documented in this file.
3+ ## 0.1.3 (2025-02-18)
44
5- ## [ 0.1.3 ] - 2025-02-18
5+ [ Compare the full difference. ] ( https://github.com/ThunderStruct/nbrefactor/compare/ 0.1.2...0.1.3 )
66
77### Added
8- - New ` $analyze-only ` command to handle global imports without creating unnecessary files/folders
8+
9+ - Added new ` $analyze-only ` command to handle global imports without creating unnecessary files/folders
910- Improved handling of module declarations within package contexts
1011
1112### Fixed
12- - Fixed issue with imports cell creating unwanted ` .py ` files
13+
14+ - Fixed an issue with imports cell creating unwanted ` .py ` files (primarily for root-level modules)
1315- Fixed module declaration within package contexts to properly create modules inside their parent packages
1416
1517## 0.1.2 (2024-09-15)
You can’t perform that action at this time.
0 commit comments