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: becheran/mlc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Choose a base ref
...
head repository: becheran/mlc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 13 commits
  • 16 files changed
  • 5 contributors

Commits on May 29, 2024

  1. Move error summary output to stdout (#87)

    Modifies the summary printed at the end to be entirely in stdout
    instead of mixed between stderr and stdout. Without this commit,
    suppressing stdout output or capturing stderr output for logs would
    result in "The following links could not be resolved:" being printed
    without the list of broken links (which should be the same as the stderr
    output.)
    davidgumberg authored May 29, 2024
    Configuration menu
    Copy the full SHA
    a6a9d30 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    310c9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: ignore path from toml file config

    Armin Becher authored and Armin Becher committed Jun 5, 2024
    1 Configuration menu
    Copy the full SHA
    72ff866 View commit details
    Browse the repository at this point in the history
  2. docs: update changelog

    Armin Becher authored and Armin Becher committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    46bb789 View commit details
    Browse the repository at this point in the history
  3. chore: Release mlc version 0.17.1

    Armin Becher authored and Armin Becher committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b0cb310 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. chore: cargo fmt (#93)

    nuke-web3 authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    e518ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc10bf3 View commit details
    Browse the repository at this point in the history
  3. fix: do not panic if path not found from ignore list

    Armin Becher authored and Armin Becher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    2ff3bc7 View commit details
    Browse the repository at this point in the history
  4. chore: Release mlc version 0.17.2

    Armin Becher authored and Armin Becher committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a764234 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add --gitignore option (#94)

    Using this option will ignore all *.md and *.html files which are
    currently ignored by git.
    
    This is via `git ls-files --ignored --others --exclude-standard`.
    willcl-ark authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4dcc559 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. docs: update changelog

    Armin Becher authored and Armin Becher committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e02ce2b View commit details
    Browse the repository at this point in the history
  2. fix: do not panic on ignore path not found

    Armin Becher authored and Armin Becher committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2bdfdcd View commit details
    Browse the repository at this point in the history
  3. chore: Release mlc version 0.18.0

    Armin Becher authored and Armin Becher committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8f2df53 View commit details
    Browse the repository at this point in the history
Loading