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: ryanfowler/async-sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: ryanfowler/async-sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 7 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 6, 2025

  1. Update rusqlite requirement from 0.33.0 to 0.34.0

    Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
    - [Release notes](https://github.com/rusqlite/rusqlite/releases)
    - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
    - [Commits](rusqlite/rusqlite@v0.33.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: rusqlite
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b2f0ac6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from ryanfowler/dependabot/cargo/rusqlite-0.34.0

    Update rusqlite requirement from 0.33.0 to 0.34.0
    github-actions[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7c40c29 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Update rusqlite requirement from 0.34.0 to 0.35.0

    Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
    - [Release notes](https://github.com/rusqlite/rusqlite/releases)
    - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
    - [Commits](rusqlite/rusqlite@v0.34.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: rusqlite
      dependency-version: 0.35.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    27cc563 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from ryanfowler/dependabot/cargo/rusqlite-0.35.0

    Update rusqlite requirement from 0.34.0 to 0.35.0
    github-actions[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    4d81a3e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    ffc33df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from ryanfowler/relax-dependency-compatibility

    Relax certain dependency compatibility requirements
    ryanfowler authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    cbcd568 View commit details
    Browse the repository at this point in the history
  3. Release v0.5.1

    ryanfowler committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    6f61835 View commit details
    Browse the repository at this point in the history
Loading