KEMBAR78
Comparing v7.2.0...v8.0.0 · octokit/octokit.rb · GitHub
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: octokit/octokit.rb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0
Choose a base ref
...
head repository: octokit/octokit.rb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 7 contributors

Commits on Oct 2, 2023

  1. Update rubocop requirement from 1.56.3 to 1.56.4

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.56.3...v1.56.4)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    17eee77 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Updates for workflows

    octokitbot authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a57722e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1631 from octokit/workflow-update

    🚧 Workflows have changed
    nickfloyd authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4d75cd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d82ffc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update rubocop requirement from 1.56.4 to 1.57.1 (#1638)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.56.4...v1.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8e5d848 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add missing endpoints to Reactions (#1637)

    * Add release_reactions, create_release_reactions and delete_release_reactions
    
    * fix tests
    wJoenn authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0ffe565 View commit details
    Browse the repository at this point in the history
  2. Drop refs to create_authorization from README (#1640)

    These should've come out in 017b0e3.
    
    Fixes #1639
    danbernier authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a34a726 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump version to v8

    kfcampbell committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0d09c81 View commit details
    Browse the repository at this point in the history
  2. Use 'line' instead of 'position' (#1566)

    Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    918af86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e872c9 View commit details
    Browse the repository at this point in the history
  4. v8.0.0

    kfcampbell committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c98caa0 View commit details
    Browse the repository at this point in the history
Loading