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: onsi/gomega
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.1
Choose a base ref
...
head repository: onsi/gomega
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.32.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 3, 2024

  1. docs: fix HaveEach matcher signature

    losnir authored and onsi committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a2862e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f460154 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Bump github-pages and jekyll-feed in /docs (#732)

    Bumps [github-pages](https://github.com/github/pages-gem) and [jekyll-feed](https://github.com/jekyll/jekyll-feed). These dependencies needed to be updated together.
    
    Updates `github-pages` from 228 to 229
    - [Release notes](https://github.com/github/pages-gem/releases)
    - [Commits](github/pages-gem@v228...v229)
    
    Updates `jekyll-feed` from 0.15.1 to 0.17.0
    - [Release notes](https://github.com/jekyll/jekyll-feed/releases)
    - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown)
    - [Commits](jekyll/jekyll-feed@v0.15.1...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github-pages
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: jekyll-feed
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b71e477 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0.
    - [Commits](golang/net@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a0d0387 View commit details
    Browse the repository at this point in the history
  3. chore: test with Go 1.22 (#733)

    - Rather than hard-coding the Go version in the workflow, we will use the stable and oldstable tags which today resolve to 1.22.0 and 1.21.7, but will float as Go versions change.
    blgm authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    32ef35e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    436a197 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    jbduncan authored and onsi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a6c8875 View commit details
    Browse the repository at this point in the history
  3. Maintain source backwards compatibility

    jbduncan authored and onsi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a350b95 View commit details
    Browse the repository at this point in the history
  4. v1.32.0

    onsi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4379951 View commit details
    Browse the repository at this point in the history
Loading