Skip to content

Commit

Permalink
Bump capybara-chromedriver-logger to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed Jun 23, 2018
1 parent b516216 commit 236e188
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.1 [June 23, 2018]

* Added `filter_levels` option for filtering by log level (closes #4)
* Fixed Travis CI build

# 0.2.0 [Feb 17, 2018]

* Stop using threads, it's a fool's errand. We now output logs at the end of each test
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-chromedriver-logger (0.2.0)
capybara-chromedriver-logger (0.2.1)
capybara
colorize

Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.0.2)
rack (2.0.4)
rack-test (0.8.2)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rake (10.5.0)
rspec (3.7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/chromedriver/logger/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Capybara
module Chromedriver
module Logger
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end
end

0 comments on commit 236e188

Please sign in to comment.