We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cfd37 commit ad6b3eaCopy full SHA for ad6b3ea
CHANGELOG.md
@@ -4,6 +4,8 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
4
5
## master (unreleased)
6
7
+## 0.10.0 (2020-07-17)
8
+
9
### Changed
10
11
* Update rubocop to `0.88.0`. ([@r.dubrovsky][])
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- datarockets-style (0.9.0)
+ datarockets-style (0.10.0)
rubocop (~> 0.88)
rubocop-rails (>= 2.6.0, < 2.7.0)
rubocop-rspec (~> 1.42)
lib/datarockets/style/version.rb
@@ -1,5 +1,5 @@
module Datarockets
module Style
- VERSION = "0.9.0".freeze
+ VERSION = "0.10.0".freeze
end
0 commit comments