Releases: bretello/fancycompleter
Releases · bretello/fancycompleter
0.11.1
What’s Changed
- find_pyrepl: only set sys.modules['readline'] on win32 (#43) @bretello
- Fix import readline for python >=3.13 (#41) @artyl
- windows: remove pyreadline dependency for python >= 3.13 (#40) @bretello
- gha: add release-drafter (#44, #45) @bretello
- build(deps): bump ruff from 0.11.5 to 0.11.8 (#33, #38) @dependabot[bot]
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
0.10.7
0.10.6
0.10.5
What's Changed
- add dependabot config by @bretello in #3
- migrate from tox to nox by @bretello in #2
- fix on windows by @bretello in #8 -> this switches from pyreadline to pyreadline3
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #5
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #6
- gha rename by @bretello in #9
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: 0.10.4...0.10.5
0.10.4
0.10.3
- bump pyrepl to
0.11.0
Full Changelog: 0.10.2...0.10.3
0.10.0
0.10.0
- drop python<3.8
- use pyrepl from https://github.com/bretello/pyreppl
- use github actions CI
- misc code cleanups/refactors
Full Changelog: 0.9.1...0.10.0