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: charmbracelet/colorprofile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60b4b8a
Choose a base ref
...
head repository: charmbracelet/colorprofile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d085584
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 9, 2026

  1. chore(deps): bump golang.org/x/sys in the all group (#73)

    Bumps the all group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/sys` from 0.41.0 to 0.42.0
    - [Commits](golang/sys@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.42.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    cf47ee4 View commit details
    Browse the repository at this point in the history
  2. fix(writer): ensure Write returns the number of processed bytes (#75)

    The Writer should return the number of bytes it processed, not the
    number of bytes it wrote to the underlying writer. This is important for
    compatibility with io.Writer, which expects the number of bytes
    processed.
    
    Fixes: #74
    aymanbagabas authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d085584 View commit details
    Browse the repository at this point in the history
Loading