16 lines
374 B
Markdown
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
|