-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: Mubashwer/git-mob
base: v1.9.2
head repository: Mubashwer/git-mob
compare: v1.9.3
- 19 commits
- 22 files changed
- 4 contributors
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 912584b - Browse repository at this point
Copy the full SHA 912584bView commit details
Commits on Jul 2, 2025
-
docs: add security policy with vulnerability reporting guidelines
- Support only latest version for security updates - Use GitHub's private vulnerability reporting feature - Set realistic response timelines for personal project maintenance - Include clear guidelines for responsible disclosure
Configuration menu - View commit details
-
Copy full SHA for 6178aef - Browse repository at this point
Copy the full SHA 6178aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af00ea - Browse repository at this point
Copy the full SHA 7af00eaView commit details -
docs: update badge order and add MIT license badge to README
- Reordered badges for clarity and best practices - Added MIT license badge - Ensured badge block reflects project status, downloads, community, and license
Configuration menu - View commit details
-
Copy full SHA for ef7dde0 - Browse repository at this point
Copy the full SHA ef7dde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01da0ce - Browse repository at this point
Copy the full SHA 01da0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5c890 - Browse repository at this point
Copy the full SHA 5c5c890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0481a90 - Browse repository at this point
Copy the full SHA 0481a90View commit details
Commits on Jul 4, 2025
-
ci: update clippy command to use --all-targets --all-features
- Updated CI configuration to use more comprehensive clippy checks - Fixed clippy warnings in test files: - Removed needless borrows in test_contexts.rs - Fixed function call borrows in setup.rs tests - All tests continue to pass
Configuration menu - View commit details
-
Copy full SHA for d54d891 - Browse repository at this point
Copy the full SHA d54d891View commit details -
docs: add comprehensive contributing guide and development section
- Add detailed CONTRIBUTING.md with: - Code of Conduct reference and contributor expectations - Development setup instructions for Rust/Git prerequisites - IDE setup for VS Code and RustRover - Development guidelines including code style, testing, and backwards compatibility - Conventional commits specification and examples - Project structure overview - Quality checks and CI pipeline information - Automated release process using release-please - Add Development section to README.md with build and test instructions - Update issue templates references in contributing guide - All quality checks pass: formatting, linting, and tests
Configuration menu - View commit details
-
Copy full SHA for 62dc4b7 - Browse repository at this point
Copy the full SHA 62dc4b7View commit details -
chore(deps): bump rexpect from 0.6.1 to 0.6.2 (#105)
--- updated-dependencies: - dependency-name: rexpect dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8f28a9 - Browse repository at this point
Copy the full SHA d8f28a9View commit details
Commits on Jul 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 05c2743 - Browse repository at this point
Copy the full SHA 05c2743View commit details -
ci: removee --all-features flag from clippy cmd as its unnecessary
There are no features defined so its unnecessary
Configuration menu - View commit details
-
Copy full SHA for 38e0197 - Browse repository at this point
Copy the full SHA 38e0197View commit details
Commits on Jul 16, 2025
-
ci: use GITHUB_TOKEN instead of custom GH_TOKEN in release workflow
- Replace secrets.GH_TOKEN with secrets.GITHUB_TOKEN in release-please action - Replace secrets.GH_TOKEN with secrets.GITHUB_TOKEN in upload-release-action - Leverages built-in token with existing workflow permissions (contents: write, pull-requests: write) - Improves security by using scoped token instead of custom PAT"
Configuration menu - View commit details
-
Copy full SHA for 055d083 - Browse repository at this point
Copy the full SHA 055d083View commit details -
chore(deps): bump clap from 4.5.40 to 4.5.41 (#108)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.40 to 4.5.41. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.41) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1981ee7 - Browse repository at this point
Copy the full SHA 1981ee7View commit details
Commits on Aug 6, 2025
-
chore(deps): bump clap from 4.5.41 to 4.5.42 (#110)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.42. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25e3c4d - Browse repository at this point
Copy the full SHA 25e3c4dView commit details
Commits on Aug 13, 2025
-
fix: skip jira issue id prefix for fixup and squash commits
- Add check to prevent adding jira issue id to fixup! and squash! commits - These commits are temporary and used for history cleanup - Prevents duplicate prefixes after interactive rebase
Configuration menu - View commit details
-
Copy full SHA for fe0c95f - Browse repository at this point
Copy the full SHA fe0c95fView commit details -
chore(deps): bump slab from 0.4.10 to 0.4.11 in the cargo group (#111)
Bumps the cargo group with 1 update: [slab](https://github.com/tokio-rs/slab). Updates `slab` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.10...v0.4.11) --- updated-dependencies: - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee135b9 - Browse repository at this point
Copy the full SHA ee135b9View commit details -
chore: suppress clippy dead_code warnings for test context structs
Add #[allow(dead_code)] annotations to TestContextRepo struct and its git method to resolve false positive dead code warnings in CI pipeline. These are incorrectly detected as unused by clippy but are actually used in integration tests.
Configuration menu - View commit details
-
Copy full SHA for 70a2687 - Browse repository at this point
Copy the full SHA 70a2687View commit details -
chore(main): release 1.9.3 (#112)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01c293f - Browse repository at this point
Copy the full SHA 01c293fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.2...v1.9.3