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: breml/bidichk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: breml/bidichk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Sep 12, 2024

  1. Fix goreleaser config

    breml committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    871cd0a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump golang.org/x/tools from 0.25.0 to 0.26.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.26.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e26e0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Only scan files found in package

    Instead of scanning all files (including those from module dependencies
    and imports), update the analyzer to only scan the files found in the
    specified packages.
    
    Fixes #43.
    pkwarren committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    198d506 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Small refactoring

    breml committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    12bf0ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from pkwarren/issue-43

    Only scan files found in package
    breml authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    85e3fbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from breml/dependabot/go_modules/golang.org/x/…

    …tools-0.26.0
    
    Bump golang.org/x/tools from 0.25.0 to 0.26.0
    breml authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    af4e8bb View commit details
    Browse the repository at this point in the history
  4. chore: update gh actions

    breml committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0c39182 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from breml/chore-update-gh-action

    chore: update gh actions
    breml authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5f0e2cf View commit details
    Browse the repository at this point in the history
Loading