Files
python-stub-generator/CHANGELOG.md
7000pctAUTO 3771b7b8c6
Some checks failed
CI / test (push) Has been cancelled
Initial commit: Add python-stub-generator project
2026-01-30 04:51:39 +00:00

16 lines
374 B
Markdown

# Changelog
## [0.1.0] - 2024-01-30
### Added
- Initial release of python-stub-generator
- Stub file generation from Python source files
- Recursive directory scanning
- Type inference engine
- Config file support (pyproject.toml, stubgen.toml)
- Interactive mode for type confirmation
- Output customization options
- CLI interface with click
- Comprehensive test suite