Releases: bretello/pdbpp
Releases · bretello/pdbpp
0.12.0rc1
0.11.7
0.11.6
0.11.5
What's new
- Following the discussion on #31 (comment),
pdbppis finally going to be released on PyPi again starting from this release: https://pypi.org/project/pdbpp/ fancycompleterhas been bumped to0.11.0and and is being installed from PyPi. This version drops thepyrepldependency and uses the built-inpyreplinstead, see https://docs.python.org/3/whatsnew/3.13.html#a-better-interactive-interpreter.
What's Changed
- pdbrc.py example: use pdbpp.DefaultConfig as base by @bretello in #32
- fix rebind globals by @bretello in #33
- gha: use ruff inline annotations for lint workflow by @bretello in #35
- PyPi Release by @bretello in #36
- enable PyPi release workflow
- bump to fancycompleter==0.11.0 (drops
pyreplfor python internal implementation in 3.13) - update installation instructions
Full Changelog: 0.11.4...0.11.5
0.11.4
What's Changed
- Add support for 3.13: pdbpp now works on 3.13 by @bretello in #25
- tests: improve error reporting by @bretello in #17
- fix tests on windows by @bretello in #19
- fix linting issues by @bretello in #21
- gha: disable MacOS/Windows tests by @bretello in #27
- linting fixes by @bretello in #26
- fix pm() on 3.12+ by @bretello in #22
- fix tests by @bretello in #20
- improve build process by @bretello in #28
- nox: use uv backend by @bretello in #29
Full Changelog: 0.11.3...0.11.4
0.11.3
Fixes
- fix on windows for >= 3.10 by @bretello in #16: fancycompleter has been bumped to 0.10.5, which replaces
pyreadlinewithpyreadline3(windows only)
What's Changed
- gha: add weekly schedule for ci/lint by @bretello in #6
- tests: remove 2.7 leftovers by @bretello in #5
- add 3.12 support by @bretello in #4
- fix ci by @bretello in #7
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #10
- remove deprecated references to distutils.spawn by @bretello in #12
- build(deps): bump actions/setup-python from 2 to 5 by @dependabot in #11
- migrate to nox by @bretello in #13
- fix tests on 3.11.9 by @bretello in #14
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 0.11.2...0.11.3
0.11.2
0.11.1
- pin fancycompleter to 0.10.3
Full Changelog: 0.11.0...0.11.1
0.11.0
0.11.0
- BREAKING: drop support for python < 3.8
- fix python -m pdb on 3.11 (pdbpp#521)
- use dynamic versioning using
setuptools_scm - use fancycompleter from https://github.com/bretello/fancycompleter
Full Changelog: 0.10.3...0.11.0