[DRE-commits] [ruby-aruba] 57/98: Prepare next release
Hideki Yamane
henrich at moszumanska.debian.org
Tue Mar 22 12:20:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository ruby-aruba.
commit 67b17a08f7b5d7d1dac12a58eee877391a64daec
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date: Mon Jan 4 13:19:57 2016 +0100
Prepare next release
---
History.md | 29 +++++++++++++++--------------
lib/aruba/version.rb | 2 +-
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/History.md b/History.md
index 802f070..f7737e8 100644
--- a/History.md
+++ b/History.md
@@ -1,12 +1,26 @@
# Latest Release
+## [v0.13.0](https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0)
+
+* Add two new hooks for rspec and cucumber to make troubleshooting feature
+ files easier (PR #338):
+ * command_content: Outputs command content - helpful for scripts
+ * command_filesystem_status: Outputs information like group, owner, mode,
+ atime, mtime
+* Colored announcer output similar to the color of `cucumber` tags: cyan
+* Fixed bug in announcer. It announces infomation several times due to
+ duplicate announce-calls.
+* Refactorings to internal `#simple_table`-method (internal)
+* Refactored Announcer, now it supports blocks for announce as well (internal)
+
+# Old releases
+
## [v0.12.0](https://github.com/cucumber/aruba/compare/v0.11.2...v0.12.0)
* Add matcher to check if a command can be found in PATH (PR #336)
* Fixed issue with environment variables set by external libraries (fix #321,
issue #320)
-# Old releases
## [v0.11.2](https://github.com/cucumber/aruba/compare/v0.11.1...v0.11.2)
@@ -496,19 +510,6 @@
# Upcoming un-released versions
-## [v0.13.0](https://github.com/cucumber/aruba/compare/v0.12.0...v0.13.0)
-
-* Refactored Announcer, now it supports blocks for announce as well
-* Add two new hooks for rspec and cucumber to make troubleshooting feature
- files easier:
- * command_content: Outputs command content - helpful for scripts
- * command_filesystem_status: Outputs information like group, owner, mode,
- atime, mtime
-* Refactorings to internal `#simple_table`-method
-* Colored announcer output similar to the color of `cucumber` tags: cyan
-* Fixed bug in announcer. It announces infomation several times due to
- duplicate announce-calls.
-
## [v1.0.0](https://github.com/cucumber/aruba/compare/v0.11.0...v1.0.0)
* Support for rubies older than 1.9.3 is discontinued - e.g 1.8.7 and 1.9.2
diff --git a/lib/aruba/version.rb b/lib/aruba/version.rb
index 87e534e..45d68a7 100644
--- a/lib/aruba/version.rb
+++ b/lib/aruba/version.rb
@@ -1,3 +1,3 @@
module Aruba
- VERSION = '0.12.0'
+ VERSION = '0.13.0'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git
More information about the Pkg-ruby-extras-commits
mailing list