File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 59
59
60
60
# Personal files to ignore
61
61
ENGLISH_CONVERSION_COMPLETE.md
62
- USAGE_EXAMPLES.md
62
+ USAGE_EXAMPLES.md
63
+ build /
64
+ dist /
Original file line number Diff line number Diff line change
1
+ # Release v1.0.3
2
+
3
+ ## Highlights
4
+ - Add repository-level import helpers so local runs and pytest sessions automatically detect the ` src ` layout.
5
+ - Restore gitwildmatch semantics for recursive glob patterns by preventing ` **/ ` from matching root-level files.
6
+
7
+ ## Packaging
8
+ - Wheel: ` dist/dir2md-1.0.3-py3-none-any.whl `
9
+ - SHA256: ` C593567C535834B5BBDBEEEDBF565B60BFE3BBA753B5E64CBF21B47A18219656 `
10
+ - Source archive: ` dist/dir2md-1.0.3.tar.gz `
11
+ - SHA256: ` DD1B04C3E70D4858412EB459132BF80A37C3445A68D8982068CE45A05CDA6CA6 `
12
+
13
+ ## Testing
14
+ - ` pytest tests/test_dir2md.py `
15
+
16
+ ## Notes for GitHub Release
17
+ - Tag: ` v1.0.3 `
18
+ - Changelog excerpt: use the 1.0.3 section from ` CHANGELOG.md ` .
19
+ - Mention the packaging change warning from ` python -m build ` about migrating the license field to an SPDX string before Feb 2026.
You can’t perform that action at this time.
0 commit comments