From 5d880caa5a218fbf6fd763f5f64eacb39bca13fe Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 20 Jun 2023 16:39:54 -0600 Subject: [PATCH 1/3] add permissions to pub publish workflow --- .github/workflows/publish_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index bdc52863..853f8c53 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -5,6 +5,10 @@ on: tags: - '[0-9]+.[0-9]+.[0-9]+*' +permissions: + contents: read + id-token: write + jobs: publish: uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 From 256ef341a4f445545006467f225540ff70a65f7e Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Mon, 26 Jun 2023 18:02:53 +0200 Subject: [PATCH 2/3] Revert immutable auth (#378) --- lib/src/common/github.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/common/github.dart b/lib/src/common/github.dart index ffddef00..c08140bf 100644 --- a/lib/src/common/github.dart +++ b/lib/src/common/github.dart @@ -33,7 +33,7 @@ class GitHub { static const versionHeader = 'X-GitHub-Api-Version'; /// Authentication Information - final Authentication auth; + Authentication auth; /// API Endpoint final String endpoint; From eafa5ac50a733f136c994162a98177b89e28d46d Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Mon, 26 Jun 2023 10:05:46 -0600 Subject: [PATCH 3/3] prep 9.15.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4cf6ef..b2b1464e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 9.15.1 + +* Revert immutable auth by @CaseyHillers in https://github.com/SpinlockLabs/github.dart/pull/378 + + +**Full Changelog**: https://github.com/SpinlockLabs/github.dart/compare/9.15.0...9.15.1 + ## 9.15.0 * Implement IssuesService.lock/unlock by @Hixie in https://github.com/SpinlockLabs/github.dart/pull/376 diff --git a/pubspec.yaml b/pubspec.yaml index 2f10dcb8..b511b9f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: github -version: 9.15.0 +version: 9.15.1 description: A high-level GitHub API Client Library that uses Github's v3 API homepage: https://github.com/SpinlockLabs/github.dart pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy