Skip to content

Commit 8e7a66f

Browse files
committed
Prepare version 1.0.2 for release
1 parent 00cb078 commit 8e7a66f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning][1].
66

77
This 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

lib/aruba/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Aruba
2-
VERSION = '1.0.1'.freeze
2+
VERSION = '1.0.2'.freeze
33
end

0 commit comments

Comments
 (0)