Skip to content

Commit 73fc054

Browse files
committed
Bump version to 0.4.0.0
1 parent 8072115 commit 73fc054

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.0.0
6+
7+
- Make endpoints that return NoContent (HTTP status code 204) return `()` on the Elm side, and remove instances for the `NoContent` type
8+
59
## 0.3.1.0
610

711
- Update to `elm-syntax-0.2.0.0`, adding simplification of the generated definitions.

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.3.1.0
2+
version: 0.4.0.0
33
github: "folq/servant-to-elm"
44
license: BSD3
55
author: "Olle Fredriksson"

0 commit comments

Comments
 (0)