We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401bf6 commit 6061a0cCopy full SHA for 6061a0c
CHANGELOG.md
@@ -1,8 +1,10 @@
1
-## 0.7.0 - Unreleased
+## 0.7.0 - 2019-02-03
2
3
- Drop support for the legacy async syntax
4
+
5
- Complete internal overhaul
-- Support for Opal v0.11.1
6
7
+- Support for Opal v0.11
8
9
10
## 0.6.1 - 2017-05-25
lib/opal/rspec/version.rb
@@ -1,5 +1,5 @@
module Opal
module RSpec
- VERSION = '0.7.0.rc.2'
+ VERSION = '0.7.0'
end
0 commit comments