File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 with :
1515 elixir-version : ' 1.14'
1616 otp-version : ' 24.3'
17+ version-type : ' strict'
1718 credo-enabled : false
1819 dialyzer-enabled : false
Original file line number Diff line number Diff line change 66
77jobs :
88 hex-publish :
9- uses : straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.0.0
9+ uses : straw-hat-team/github-actions-workflows/.github/workflows/elixir-hex-publish.yml@v1.6.3
1010 with :
1111 elixir-version : ' 1.11'
1212 otp-version : ' 22.3'
13+ version-type : ' strict'
1314 secrets :
1415 HEX_API_KEY : ${{ secrets.HEX_API_KEY }}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v8.8.2
9+
10+ * add user agent header [ #76 ] ( https://github.com/ueberauth/ueberauth_github/pull/76 )
11+ * Update version in README [ #70 ] ( https://github.com/ueberauth/ueberauth_github/pull/70 )
12+ * Fix typos [ #72 ] ( https://github.com/ueberauth/ueberauth_github/pull/72 )
13+ * Relax version constraint on ueberauth [ #71 ] ( https://github.com/ueberauth/ueberauth_github/pull/71 )
14+
815## v0.8.1
916
1017* Adds the ability to read GitHub client credentials at runtime, rather than only at compile time.
You can’t perform that action at this time.
0 commit comments