Sourced from rustyline's releases.
11.0.0
What's Changed
- Refactor listeners by
@gwenn
in kkawakam/rustyline#666- Introduce History trait by
@gwenn
in kkawakam/rustyline#604- Fix cargo test --no-default-features by
@gwenn
in kkawakam/rustyline#667- Don't set height for skim by
@figsoda
in kkawakam/rustyline#668- Turn off skim's default features by
@figsoda
in kkawakam/rustyline#669- Add derive feature that reexports rustyline-derive's API by
@figsoda
in kkawakam/rustyline#670- docs: update branch for wez/wezterm by
@LeoDog896
in kkawakam/rustyline#674- Upgrade to Rust edition 2021 by
@gwenn
in kkawakam/rustyline#675- Replace memchr::memchr by matches! by
@gwenn
in kkawakam/rustyline#676New Contributors
@figsoda
made their first contribution in kkawakam/rustyline#668@LeoDog896
made their first contribution in kkawakam/rustyline#674Full Changelog: https://github.com/kkawakam/rustyline/compare/v10.1.0...v11.0.0
0384654
Merge pull request #682 from gwenn/11.0.0a63a249
Prepare next release36f2739
Merge pull request #680 from figsoda/unsorted5486779
Add FilenameCompleter::complete_path_unsortedb71975d
Merge pull request #679 from figsoda/clone792a828
Implement Clone for Pair1986b16
Merge pull request #676 from gwenn/memchr-to-matchesc75f56d
Replace memchr::memchr by matches!45b9e3d
Merge pull request #675 from gwenn/edition6830d8a
Fix clippy warning on windows