Chore
- bump
rust-version
to 1.70
That way clippy will allow to use the fantasticOption::is_some_and()
and friends.
New Features (BREAKING)
- Add reverse-mapping via
MatchGroup::match_rhs()
.
Note that this also reverses renamesMatchGroup::match_remotes()
to
::match_lhs()
for consistency and to get away from the rather confusing
usage of words like local and remote.
Commit Statistics
- 7 commits contributed to the release over the course of 55 calendar days.
- 55 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update all changelogs prior to release (1f6390c)
- Merge pull request #1763 from GitoxideLabs/better-refspec-primitives (af8f201)
- Add reverse-mapping via
MatchGroup::match_rhs()
. (aa56128) - Refactor refspec tests (2658464)
- Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
- Bump
rust-version
to 1.70 (17835bc) - Merge pull request #1701 from GitoxideLabs/release (e8b3b41)