Skip to content

Commit f4e9b14

Browse files
committed
Bump version to 0.4.1.0
1 parent e7df346 commit f4e9b14

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased changes
44

5+
## 0.4.1.0
6+
7+
- Update to `elm-syntax-0.3.0.0` and `haskell-to-elm-0.3.0.0`, adding support for parameterised types
8+
59
## 0.4.0.0
610

711
- Make endpoints that return NoContent (HTTP status code 204) return `()` on the Elm side, and remove instances for the `NoContent` type

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-to-elm
2-
version: 0.4.0.0
2+
version: 0.4.1.0
33
github: "folq/servant-to-elm"
44
license: BSD3
55
author: "Olle Fredriksson"

servant-to-elm.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 94c98baaa8085cbb210f614d42a13aa56afa0429cec5fe3b3416607ac8cc971c
7+
-- hash: 76dda62e30819622cd48fbd148358cdb0b25fddec8951c2cca91efd425813fcb
88

99
name: servant-to-elm
10-
version: 0.4.0.0
10+
version: 0.4.1.0
1111
synopsis: Automatically generate Elm clients for Servant APIs
1212
description: Please see the README on GitHub at <https://github.com/folq/servant-to-elm#readme>
1313
category: Servant, API, Elm, Compiler

0 commit comments

Comments
 (0)