Skip to content

Commit e4d502d

Browse files
committed
Add release notes for v1.0.3
1 parent d512124 commit e4d502d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ temp/
5959

6060
# Personal files to ignore
6161
ENGLISH_CONVERSION_COMPLETE.md
62-
USAGE_EXAMPLES.md
62+
USAGE_EXAMPLES.md
63+
build/
64+
dist/

release_notes/release-v1.0.3.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)