mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Version bump
This commit is contained in:
parent
2f71fc497e
commit
cfcd8c5210
@ -1,7 +1,11 @@
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...master)
|
||||
## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...main)
|
||||
|
||||
None
|
||||
|
||||
## [v0.6.2.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...v0.6.2.2)
|
||||
|
||||
- Consistent dependencies bounds in all targets
|
||||
|
||||
## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1)
|
||||
|
||||
- Adjust lower bounds on cryptonite
|
||||
|
||||
12
package.yaml
12
package.yaml
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: yesod-auth-oauth2
|
||||
version: '0.6.2.1' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||
version: '0.6.2.2' # 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
|
||||
@ -48,16 +48,16 @@ executables:
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- yesod-auth-oauth2
|
||||
- aeson
|
||||
- aeson >=0.6 && <1.6
|
||||
- aeson-pretty
|
||||
- bytestring
|
||||
- bytestring >=0.9.1.4
|
||||
- containers
|
||||
- http-conduit
|
||||
- http-conduit >=2.0 && <3.0
|
||||
- load-env
|
||||
- text
|
||||
- text >=0.7 && <2.0
|
||||
- warp
|
||||
- yesod
|
||||
- yesod-auth
|
||||
- yesod-auth >=1.6.0 && <1.7
|
||||
when:
|
||||
- condition: ! '!(flag(example))'
|
||||
buildable: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user