File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
servant-auth/servant-auth-server Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ PVP Versioning] ( https://pvp.haskell.org/ ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ 0.4.9.1] - 2025-07-03
9
+
10
+ - Use data-default instead of data-default-class [ #1796 ] ( https://github.com/haskell-servant/servant/pull/1796 )
9
11
10
12
## [ 0.4.9.0] - 2024-08-28
11
13
- Allow newer versions dependencies, and newer versions of GHC. [ #1747 ] ( https://github.com/haskell-servant/servant/pull/1747 ) among others.
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : servant-auth-server
3
- version : 0.4.9.0
3
+ version : 0.4.9.1
4
4
synopsis : servant-server/servant-auth compatibility
5
5
description : This package provides the required instances for using the @Auth@ combinator
6
6
in your 'servant' server.
You can’t perform that action at this time.
0 commit comments