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: ncruces/go-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.1
Choose a base ref
...
head repository: ncruces/go-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.2
Choose a head ref
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Jun 19, 2026

  1. Bump actions/checkout from 6 to 7 (#402)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    3fdcb0a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. CI.

    ncruces committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    97310cb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2026

  1. Fix #380.

    ncruces committed Jul 4, 2026
    Configuration menu
    Copy the full SHA
    eea4bee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2026

  1. SQLite 3.53.3.

    ncruces committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    d081bc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Avoid vet warnings.

    ncruces committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    0499e6d View commit details
    Browse the repository at this point in the history
  2. Docs, updates.

    ncruces committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    e0ae500 View commit details
    Browse the repository at this point in the history
Loading