Skip to content

Commit 75449d9

Browse files
committed
Added 'analyze-only' MD command; fixed module generation failing due to improper package structure
1 parent e1f1086 commit 75449d9

File tree

3 files changed

+189
-187
lines changed

3 files changed

+189
-187
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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)

0 commit comments

Comments
 (0)