File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning][1].
66
77This document is formatted according to the principles of [ Keep A CHANGELOG] [ 2 ] .
88
9+ ## [ 1.0.2]
10+
11+ * Loosen childprocess dependency
12+ ([ 00cb0789] ( https://github.com/cucumber/aruba/commit/00cb07897c9f99e59bea630ae164cf5aa78fa76c )
13+ by [ mvz] ).
14+ * Various small code cleanups ([ #717 ] by [ mvz] )
15+
916## [ 1.0.1]
1017
1118### Bug fixes
@@ -935,6 +942,7 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
935942
936943<!-- issues & pull requests -->
937944
945+ [ #717 ] : https://github.com/cucumber/aruba/pull/717
938946[ #715 ] : https://github.com/cucumber/aruba/pull/715
939947[ #712 ] : https://github.com/cucumber/aruba/pull/712
940948[ #711 ] : https://github.com/cucumber/aruba/pull/711
@@ -1207,7 +1215,8 @@ Note: These are changes w.r.t. Aruba version 0.14.1.
12071215
12081216<!-- Releases -->
12091217
1210- [ Unreleased ] : https://github.com/cucumber/aruba/compare/v1.0.1...master
1218+ [ Unreleased ] : https://github.com/cucumber/aruba/compare/v1.0.2...master
1219+ [ 1.0.2 ] : https://github.com/cucumber/aruba/compare/v1.0.1...v1.0.2
12111220[ 1.0.1 ] : https://github.com/cucumber/aruba/compare/v1.0.0...v1.0.1
12121221[ 1.0.0 ] : https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.5...v1.0.0
12131222[ 1.0.0.pre.alpha.5 ] : https://github.com/cucumber/aruba/compare/v1.0.0.pre.alpha.4...v1.0.0.pre.alpha.5
Original file line number Diff line number Diff line change 11module Aruba
2- VERSION = '1.0.1 ' . freeze
2+ VERSION = '1.0.2 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments