New Features (BREAKING)
- rename
State::entry_closest_to_directory(_icase)()toState::entry_closest_to_directory_or_directory(_icase)().
This also changes the meaning, allowing it to return directory entries, which makes them a perfect match. - Use
std::ops::ControlFlowwhere possible
New Features
- Add
State::path_is_dir()andState::path_is_dir_icase()
Commit Statistics
- 8 commits contributed to the release over the course of 16 calendar days.
- 16 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #2363
Commit Details
view details
- #2363
- Regenerate all changelogs with a more recent CSR version (cbbdef5)
- Uncategorized
- Merge pull request #2382 from GitoxideLabs/improvements (12924d7)
- Rename
State::entry_closest_to_directory(_icase)()toState::entry_closest_to_directory_or_directory(_icase)(). (95a8d2d) - Make
gix_index::State::path_is_directory()work with submodules. (58507f8) - Use
std::ops::ControlFlowwhere possible (5c1bd03) - Add
State::path_is_dir()andState::path_is_dir_icase()(f1b3906) - Merge pull request #2364 from GitoxideLabs/changelogs (0a333e5)
- Merge pull request #2346 from GitoxideLabs/release (c663b3f)