Version bump

This commit is contained in:
patrick brisbin 2021-05-13 14:51:43 -04:00
parent 4bc54619e9
commit c0dbe8366e
No known key found for this signature in database
GPG Key ID: 20299C6982D938FB
3 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,11 @@
## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.2...main) ## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.3...main)
None 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.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...v0.6.3.2)
- Remove dependencies upper bounds - Remove dependencies upper bounds

View File

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

View File

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