Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: console-rs/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.1
Choose a base ref
...
head repository: console-rs/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.2
Choose a head ref
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    761e0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf0c5f View commit details
    Browse the repository at this point in the history
  3. Apply clippy suggestion

    djc committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    e9b9a44 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. docs: add note about clicolors

    philbucher authored and djc committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    e611fbc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. chore: minor improvement for docs

    Signed-off-by: spuradage <spuradage@outlook.com>
    spuradage authored and djc committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    12281c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Exclude development scripts from published package

    During a dependency review we noticed that the commit crate includes various development scripts. These development scripts shouldn't be there as they might, at some point become problematic. As of now they prevent any downstream user from enabling the `[bans.build.interpreted]` option of cargo deny.
    
    I opted for using an explicit include list instead of an exclude list to prevent these files from being included in the published packages to make sure that everything that's included is an conscious choice.
    weiznich authored and djc committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    bb1cbdb View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    weiznich authored and djc committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    0b789b9 View commit details
    Browse the repository at this point in the history
  3. Bump version

    weiznich authored and djc committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    0bf645d View commit details
    Browse the repository at this point in the history
Loading