Actually release with no upper bounds

This commit is contained in:
patrick brisbin 2021-05-13 14:54:17 -04:00
parent c0dbe8366e
commit 342dac80e4
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
4 changed files with 6 additions and 10 deletions

View File

@ -18,6 +18,6 @@ jobs:
- if: steps.tag.outputs.tag
uses: freckle/stack-upload-action@main
with:
pvp-bounds: both
pvp-bounds: lower
env:
HACKAGE_API_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}

View File

@ -1,12 +1,8 @@
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.3...main)
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.4...main)
None
## [v0.6.3.3](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.2...v0.6.3.3)
No changes, released to test release automation.
## [v0.6.3.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.2)
## [v0.6.3.4](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.4)
- Remove dependencies upper bounds

View File

@ -1,6 +1,6 @@
---
name: yesod-auth-oauth2
version: 0.6.3.3 # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
version: 0.6.3.4 # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
synopsis: OAuth 2.0 authentication plugins
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
category: Web

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: d2c48051aec24f48c08dfdd8f7faef4e9355093bea8989a1c863dc6b19e309b5
-- hash: 1c0ae94778ce803bde4726d2be1e60cd5dcb94f8e34b7cefbbae7dafb30d1dea
name: yesod-auth-oauth2
version: 0.6.3.3
version: 0.6.3.4
synopsis: OAuth 2.0 authentication plugins
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
category: Web