Skip to content

Commit cb3f8f2

Browse files
committed
Update changelogs.
1 parent 5994d00 commit cb3f8f2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

servant-checked-exceptions-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0.0
2+
3+
* Add support for servant-0.16 and remove support for all previous version of
4+
servant. [#31](https://github.com/cdepillabout/servant-checked-exceptions/pull/31)
5+
Thanks [Schell Carl Scivally](https://github.com/schell)!
6+
17
## 2.0.0.0
28

39
* Initial release of `servant-checked-exceptions-core` package, with

servant-checked-exceptions/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0.0
2+
3+
* Add support for servant-0.16 and remove support for all previous version of
4+
servant. [#31](https://github.com/cdepillabout/servant-checked-exceptions/pull/31)
5+
Thanks [Schell Carl Scivally](https://github.com/schell)!
6+
17
## 2.0.0.0
28

39
* Split into two package `servant-checked-exceptions-core` and
@@ -6,7 +12,7 @@
612
the latter reexports the former and adds instances for `HasServer`
713
and `HasClient`. The rationale is described further in
814
[issue 25](https://github.com/cdepillabout/servant-checked-exceptions/issues/25)
9-
15+
1016
Most users should only depend on `servant-checked-exceptions`.
1117
But users who need access to core types without incurring a dependency
1218
on `servant-server` and `servant-client` can depend on

0 commit comments

Comments
 (0)