@@ -12,13 +12,22 @@ Bugfixes:
1212
1313Other improvements:
1414
15+ ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v7.0.0 ) - 2021-MONTH-DAY
16+
17+ Breaking changes:
18+ - Updated dependencies for PureScript 0.14 (#25 )
19+
20+ Other improvements:
21+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#24 )
22+ - Added a CHANGELOG.md file and pull request template (#26 )
23+
1524## [ v6.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v6.0.0 ) - 2019-03-15
1625
17- Updated ` purescript-foreign-object ` dependency
26+ - Updated ` purescript-foreign-object ` dependency
1827
1928## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v5.0.0 ) - 2018-06-02
2029
21- Updates for 0.12
30+ - Updates for 0.12
2231
2332** Breaking**
2433
@@ -32,7 +41,7 @@ Updates for 0.12
3241
3342## [ v4.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v4.0.0 ) - 2017-04-05
3443
35- Updates for 0.11 compiler
44+ - Updates for 0.11 compiler
3645
3746## [ v3.0.1] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v3.0.1 ) - 2016-11-19
3847
@@ -48,11 +57,11 @@ Updates for 0.11 compiler
4857
4958## [ v1.0.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v1.0.0 ) - 2016-06-19
5059
51- Updates for 0.9.1 compiler and 1.0 core libraries.
60+ - Updates for 0.9.1 compiler and 1.0 core libraries.
5261
5362## [ v0.6.0] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.6.0 ) - 2016-03-31
5463
55- Bump dependencies (` purescript-node-streams ` -> v0.4.0).
64+ - Bump dependencies (` purescript-node-streams ` -> v0.4.0).
5665
5766## [ v0.5.1] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.5.1 ) - 2016-01-14
5867
@@ -75,7 +84,8 @@ Bump dependencies (`purescript-node-streams` -> v0.4.0).
7584
7685- ** Breaking change** :
7786 - ` SpawnOptions ` now uses the ` Uid ` and ` Gid ` types from ` purescript-posix-types ` for its ` uid ` and ` gid ` options, instead of ` Int ` .
78- - ** Additions** :
87+
88+ - ** New features** :
7989 - Added ` exec ` .
8090
8191## [ v0.3.2] ( https://github.com/purescript-node/purescript-node-child-process/releases/tag/v0.3.2 ) - 2015-12-27
@@ -108,4 +118,3 @@ Bump dependencies (`purescript-node-streams` -> v0.4.0).
108118- Update dependencies: ` purescript-node-streams ` -> ` ~0.3.0 `
109119
110120See https://github.com/joneshf/purescript-node-child-process/issues/2 for the rationale behind many of these changes.
111-
0 commit comments