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.7.0
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.7.1
Choose a head ref
  • 2 commits
  • 28 files changed
  • 2 contributors

Commits on Sep 2, 2025

  1. refactor: make parser optional (#124)

    * refactor: make parser optional
    
    Users of the library now have the option to disable default features,
    thus removing the dependency on slang_solidity. This will be useful for
    integration with other tools which provide their own parser.
    
    * ci: style
    
    * style: spacing
    
    * ci: fix CI
    
    * ci: fix doc command
    
    * docs: increase action version in example
    beeb authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    3cde643 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.7.1 (#125)

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