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: beeb/lintspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: beeb/lintspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 11 commits
  • 18 files changed
  • 3 contributors

Commits on Jul 1, 2025

  1. fix(natspec): consume input in parser to avoid winnow errors (#102)

    When the parser was used in conjunction with the `Parser::parse`
    function of `winnow`, since the input was not consumed, it would create
    an error. Now, the parser can be used with `parse` or `parse_next`.
    beeb authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    bf5e21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349bc06 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

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

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    888cc04 View commit details
    Browse the repository at this point in the history
  2. refactor: let-chains and dependencies update (#106)

    * refactor: let-chains and dependencies update
    
    * fix(solar): compat with new version
    
    * docs: update MSRV
    beeb authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    0fed638 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. ci: add trusted publishing (#108)

    * ci: use trusted publishing
    
    * ci: remove top-level permissions
    beeb authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    4ad36c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. chore(deps): bump actions/download-artifact from 4 to 5 (#109)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      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 Aug 11, 2025
    Configuration menu
    Copy the full SHA
    1df56c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    03ab645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a29c06 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.6.2 (#104)

    Co-authored-by: beeb-release-plz[bot] <146623270+beeb-release-plz[bot]@users.noreply.github.com>
    beeb-release-plz[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    7508740 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5b71f View commit details
    Browse the repository at this point in the history
Loading