Skip to content

Commit

Permalink
Version Bump: 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ammancilla committed Sep 15, 2017
1 parent 29b9f57 commit a3b61ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [2.1.3] - 2017-09-15
### Fixed
- Allow Lacerda::Reporter::Rspec to work when RSpec config.disable_monkey_paching! is set.

# 2.1.2
- Avoid RSpec stdout errors for programatially created specs

# 2.1.1
- Fix https://github.com/moviepilot/lacerda/issues/22
- Fix issues with nested describe/it/contexts
Expand Down
2 changes: 1 addition & 1 deletion lib/lacerda/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lacerda
VERSION = '2.1.2'
VERSION = '2.1.3'
end

0 comments on commit a3b61ea

Please sign in to comment.