Skip to content

Commit 3dc9424

Browse files
committed
add a changelog, bump version to 0.2.2
1 parent 7f1792b commit 3dc9424

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.2.2
2+
-----
3+
4+
* Fix an issue where toplevel Raw endpoints would generate a JS function with no name (https://github.com/haskell-servant/servant-jquery/issues/2)
5+
* Replace dots by _ in paths (https://github.com/haskell-servant/servant-jquery/issues/1)

servant-jquery.cabal

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-jquery
2-
version: 0.2.1
3-
synopsis: Automatically derive jquery-based javascript functions to query servant webservices
2+
version: 0.2.2
3+
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
44
description:
55
Automatically derive jquery-based javascript functions to query servant webservices.
66
.
@@ -16,6 +16,9 @@ build-type: Simple
1616
cabal-version: >=1.10
1717
homepage: http://haskell-servant.github.io/
1818
Bug-reports: http://github.com/haskell-servant/servant-jquery/issues
19+
extra-source-files:
20+
CHANGELOG.md
21+
README.md
1922
source-repository head
2023
type: git
2124
location: http://github.com/haskell-servant/servant-jquery.git

0 commit comments

Comments
 (0)