Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Sep 17, 2012
1 parent c7e1b16 commit e102a7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

0.6.4 / 2012-09-17
---------------------------
* [added] RSpec formatter configurable via `Specjour::Configuration.rspec\_formatter`
* [changed] Always send KILL signal when terminating processes

[Full Changelog](https://github.com/sandro/specjour/compare/v0.6.3...v0.6.4)

0.6.3 / 2012-09-12
---------------------------
* [fixed] Observe filtered examples set in the RSpec configuration object
Expand Down
2 changes: 1 addition & 1 deletion lib/specjour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module Specjour
autoload :Cucumber, 'specjour/cucumber'
autoload :RSpec, 'specjour/rspec'

VERSION ||= "0.6.3"
VERSION ||= "0.6.4"
HOOKS_PATH ||= "./.specjour/hooks.rb"
PROGRAM_NAME ||= $PROGRAM_NAME # keep a reference of the original program name

Expand Down

0 comments on commit e102a7f

Please sign in to comment.