diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..82d42a6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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