Skip to content

Commit 6697ad0

Browse files
committed
Releasing v0.5.0
1 parent a3b7139 commit 6697ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.0 (edge)
1+
## 0.5.0 (2015-12-08)
22

33
* By default, any subject, it example block, before(:each), after(:each), and around that returns a promise will be executed asynchronously. Async is NOT yet supported for context level hooks. Async approach from < 0.4.3 will still work.
44

lib/opal/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module RSpec
3-
VERSION = '0.5.0.beta3'
3+
VERSION = '0.5.0'
44
end
55
end

0 commit comments

Comments
 (0)