Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-octokit
From: Takahiro Kambe
Date: 2023-01-09 09:22:20
Message id: 20230109082220.4BD3DFA90@cvs.NetBSD.org
Log Message:
devel/ruby-octokit: update to 6.0.1
Please refer <https://github.com/octokit/octokit.rb/releases> for changes of
5.x since they are too many to write here.
6.0.0 (2022-10-20)
We're releasing v6.0.0 because #1494 and #1495 are technically breaking
changes although the APIs that underlie this functionalilty have been not
operational for some time.
What's Changed
* Fix broken pagination in ActionsWorkflowRuns by @luke-engle in #1488
* Remove Octokit::Client::Hooks#available_hooks by @kfcampbell in #1495
* Change the default value of update_ref force to false by @pocke in #980
* Remove Octokit::Client::Authorizations by @kfcampbell in #1494
* Bump to v6.0.0 by @kfcampbell in #1496
6.0.1 (2022-11-23)
What's Changed
Dependencies
* Update rubocop requirement from 1.36.0 to 1.37.1 by @dependabot in #1497
* Update rubocop requirement from 1.37.1 to 1.38.0 by @dependabot in #1503
* Update rubocop requirement from 1.38.0 to 1.39.0 by @dependabot in #1509
Housekeeping
* Outdated credential removal by @kfcampbell in #1500
* Add issue templates by @kfcampbell in #1501
* Add PR templates by @nickfloyd in #1507
Bug fixes
* Fix broken encoding (fixes #920) by @lparry in #1118
Files: