Skip to content

Commit 678c7b6

Browse files
committed
Update version and changelog for 0.6.1.0
1 parent f45ae75 commit 678c7b6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

hackage-security/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
See also http://pvp.haskell.org/faq
22

3+
0.6.1.0
4+
-------
5+
6+
* Support basic auth in package-indices (#252)
7+
* Fix tests due to new aeson handling of unescaped control sequences (#256)
8+
* Bump a lot of bounds on packages we depend on
9+
310
0.6.0.1
411
-------
512

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: hackage-security
3-
version: 0.6.0.1
4-
x-revision: 9
3+
version: 0.6.1.0
54

65
synopsis: Hackage security library
76
description: The hackage security library provides both server and
@@ -25,7 +24,7 @@ license: BSD3
2524
license-file: LICENSE
2625
author: Edsko de Vries
2726
maintainer: [email protected]
28-
copyright: Copyright 2015-2016 Well-Typed LLP
27+
copyright: Copyright 2015-2022 Well-Typed LLP
2928
category: Distribution
3029
homepage: https://github.com/haskell/hackage-security
3130
bug-reports: https://github.com/haskell/hackage-security/issues

0 commit comments

Comments
 (0)