Skip to content

Commit 661313b

Browse files
committed
Version 0.3.0.0
1 parent 9aa0151 commit 661313b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

ChangeLog.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Changelog for purescript-tsd-gen
22

3-
## 0.2.0.0
3+
## 0.3.0.0 (2019-06-22)
4+
5+
* Works with PureScript v0.13.0.
6+
* Support `Foreign.Object.Object` from [purescript-foreign-object](https://github.com/purescript/purescript-foreign-object).
7+
* Support `Effect.Uncurried` from purescript-effect.
8+
* Add `--version` option.
9+
10+
## 0.2.0.0 (2018-06-08)
411

512
* Support for PureScript v0.12.0.
613
* Support `Data.Variant.Variant` from [purescript-variant](https://github.com/natefaubion/purescript-variant).
714
* Support `Data.Nullable.Nullable` from [purescript-nullable](https://github.com/purescript-contrib/purescript-nullable).
815

9-
## 0.1.0.0
16+
## 0.1.0.0 (2018-02-19)
1017

1118
Initial release.

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: purescript-tsd-gen
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
github: "minoki/purescript-tsd-gen"
44
license: BSD3
55
author: "ARATA Mizuki <[email protected]>"

0 commit comments

Comments
 (0)