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: bee-queue/bee-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: bee-queue/bee-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on Nov 6, 2023

  1. chore(deps-dev): bump @semantic-release/release-notes-generator (#714)

    Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 12.0.0 to 12.0.1.
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v12.0.0...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a17b1f0 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump semantic-release from 22.0.6 to 22.0.7 (#713)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.6 to 22.0.7.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.6...v22.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d680e7b View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#712)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.52.0...v8.53.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0e10264 View commit details
    Browse the repository at this point in the history
  4. feat: improve job failure events (#227)

    Adds the documented but missing `retrying` event, and adds a `failed:fatal` event that signals that
    a job has failed permanently. The `failed` event remains as it was, signaling job execution
    failures without signaling the outcome of the job.
    
    Co-authored-by: Eli Skeggs <[email protected]>
    Co-authored-by: Hugh Secker-Walker <[email protected]>
    3 people authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    15d02c2 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.7.0 [skip ci]

    ## [1.7.0](v1.6.0...v1.7.0) (2023-11-06)
    
    ### Features
    
    * improve job failure events ([#227](#227)) ([15d02c2](15d02c2))
    semantic-release-bot committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    29ae275 View commit details
    Browse the repository at this point in the history
Loading