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: adamko-dev/kotlin-binary-compatibility-validator-mu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: adamko-dev/kotlin-binary-compatibility-validator-mu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 6 commits
  • 38 files changed
  • 1 contributor

Commits on Mar 1, 2023

  1. prep v0.0.3 version

    aSemy committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fbf20a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. add badges

    aSemy authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    bda69c6 View commit details
    Browse the repository at this point in the history
  2. add link to BCV-MU

    aSemy authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f8a8b76 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Improve settings plugin (#2)

    * allow for nested project paths in GradleProjectTest util, and minor doc update
    
    * rename testGradleVersion to supportedGradleVersion
    
    * make testMavenPublication task dependency more explicit
    
    * update from ignoredMarkers to nonPublicMarkers in test case
    
    * update from using KGP to KGP-api
    
    * allow setting default BCV target values in BCVSettingsPlugin
    
    * update test assertions
    
    * Add settings plugin test
    
    * update README example for settings plugin
    
    * try using Shadow plugin... which didn't work, but it might with different config? #1 (comment)
    
    * add kotest-datatest in libs.versions.toml
    
    * commit code style
    
    * update formatting
    aSemy authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3a03ae1 View commit details
    Browse the repository at this point in the history
  2. Test improvements (#3)

    - Update some of the test assertions to ones that provide better error messages
    - Remove old comments
    - cache Gradle TestKit in GitHub Workflow
    - enable Gradle Scan in GitHub Workflow
    aSemy authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    dfaebcd View commit details
    Browse the repository at this point in the history
  3. v0.0.3 (#4)

    aSemy authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d6793f3 View commit details
    Browse the repository at this point in the history
Loading