History.md in aruba-0.10.0 vs History.md in aruba-0.10.1
- old
+ new
@@ -1,11 +1,15 @@
# Latest Release
-## [v0.10.0](https://github.com/cucumber/aruba/compare/v0.10.0.pre2...v0.10.0)
+## [v0.10.1](https://github.com/cucumber/aruba/compare/v0.10.0...v0.10.1)
-* Fix '"#exit_timeout" is deprecated' error (issue #314)
+* Merged remove steps for file and directory from 4 into 2 step definitions
# Old releases
+
+## [v0.10.0](https://github.com/cucumber/aruba/compare/v0.10.0.pre2...v0.10.0)
+
+* Fix '"#exit_timeout" is deprecated' error (issue #314)
## [v0.10.0.pre2](https://github.com/cucumber/aruba/compare/v0.10.0.pre...v0.10.0.pre2)
* Take over code from `RSpec::Support::ObjectFormatter` since `rspec-support`
is not intended for public use.