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 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- python-version : ["3.7", "3.11"]
19
+ python-version : ["3.7.17 ", "3.11"]
20
20
21
21
steps :
22
22
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All notable changes to this project will be documented in this file.
3
+ ## 0.1.3 (2025-02-18)
4
4
5
- ## [ 0.1.3 ] - 2025-02-18
5
+ [ Compare the full difference. ] ( https://github.com/ThunderStruct/nbrefactor/compare/ 0.1.2...0.1.3 )
6
6
7
7
### 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
9
10
- Improved handling of module declarations within package contexts
10
11
11
12
### 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)
13
15
- Fixed module declaration within package contexts to properly create modules inside their parent packages
14
16
15
17
## 0.1.2 (2024-09-15)
You can’t perform that action at this time.
0 commit comments