Skip to content

Commit a2acbf8

Browse files
committed
🔧 Switch to main branch
1 parent fa78ff1 commit a2acbf8

File tree

13 files changed

+24
-27
lines changed

13 files changed

+24
-27
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, main, "*-stable" ]
16+
branches: [ main, "*-maintenance" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master, main, "*-stable" ]
19+
branches: [ main, "*-maintenance" ]
2020
schedule:
2121
- cron: '35 1 * * 5'
2222

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- 'main'
11-
- 'master'
1211
- '*-maintenance'
1312
- '*-dev'
1413
- '*-stable'

.github/workflows/danger.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
pull_request:
55
branches:
66
- 'main'
7-
- 'master'
8-
- '*-stable'
7+
- '*-maintenance'
98

109
jobs:
1110
danger:

.github/workflows/heads.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

.github/workflows/style.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

.github/workflows/supported.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

.github/workflows/unsupported.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'master'
87
- '*-maintenance'
98
- '*-dev'
109
- '*-stable'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [0.6.1] 2022-08-24
17+
### Changed
18+
* Fixed documentation in SECURITY.md
19+
* Change references to master => main
20+
1621
## [0.6.0] 2022-08-23
1722
### Added
1823
* New option `body_hash_enabled` which defaults to true to maintain backward compatibility with prior releases. Setting to `false` disables generation of a `oauth_body_hash` component as part of the signature computation.

0 commit comments

Comments
 (0)