Skip to content

Commit 2c50b2c

Browse files
Bump version to 0.9.0
1 parent 6a8c524 commit 2c50b2c

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
44

55
## master (unreleased)
66

7+
## 0.9.0 (2020-05-27)
8+
79
### Changed
810

911
* **(Breaking)** Drop support for Ruby 2.3. ([@r.dubrovsky][])

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
datarockets-style (0.8.1)
4+
datarockets-style (0.9.0)
55
rubocop (~> 0.84)
66
rubocop-rails (~> 2.5.2)
77
rubocop-rspec (~> 1.39)
@@ -24,7 +24,7 @@ GEM
2424
method_source (1.0.0)
2525
minitest (5.14.1)
2626
parallel (1.19.1)
27-
parser (2.7.1.2)
27+
parser (2.7.1.3)
2828
ast (~> 2.4.0)
2929
pry (0.13.1)
3030
coderay (~> 1.1)

lib/datarockets/style/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Datarockets
22
module Style
3-
VERSION = "0.8.1".freeze
3+
VERSION = "0.9.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)