0.11.0
What's new
Following the discussion on bretello/pdbpp#31 (comment), fancycompleter is finally going to be released on PyPi starting from this release: https://pypi.org/project/fancycompleter/
What's Changed
- drop pyrepl requirement for in python >= 3.13 by @bretello in #14, #17 by leveraging python 3.13's new REPL.* build improvements by @bretello in #15, see https://docs.python.org/3/whatsnew/3.13.html#a-better-interactive-interpreter
- move installer to main module by @bretello in #19: it's now possible once again to setup
fancycompleterusingpython -m fancycompleter install, see README - cleanup ci by @bretello in #18
- build(deps): bump codecov/codecov-action from 3 to 5 by @dependabot in #11
- add pre commit by @bretello in #20
- PyPi release by @bretello #30
- gha: release: add missing twine dependency @bretello #31
Full Changelog: 0.10.7...0.11.0