We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8c524 commit 2c50b2cCopy full SHA for 2c50b2c
3 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
4
5
## master (unreleased)
6
7
+## 0.9.0 (2020-05-27)
8
+
9
### Changed
10
11
* **(Breaking)** Drop support for Ruby 2.3. ([@r.dubrovsky][])
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
- datarockets-style (0.8.1)
+ datarockets-style (0.9.0)
rubocop (~> 0.84)
rubocop-rails (~> 2.5.2)
rubocop-rspec (~> 1.39)
@@ -24,7 +24,7 @@ GEM
24
method_source (1.0.0)
25
minitest (5.14.1)
26
parallel (1.19.1)
27
- parser (2.7.1.2)
+ parser (2.7.1.3)
28
ast (~> 2.4.0)
29
pry (0.13.1)
30
coderay (~> 1.1)
lib/datarockets/style/version.rb
@@ -1,5 +1,5 @@
module Datarockets
module Style
- VERSION = "0.8.1".freeze
+ VERSION = "0.9.0".freeze
end
0 commit comments