Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dubrovsky committed Jul 17, 2020
1 parent 38cfd37 commit ad6b3ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-

## master (unreleased)

## 0.10.0 (2020-07-17)

### Changed

* Update rubocop to `0.88.0`. ([@r.dubrovsky][])
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
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)
Expand Down
2 changes: 1 addition & 1 deletion lib/datarockets/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Datarockets
module Style
VERSION = "0.9.0".freeze
VERSION = "0.10.0".freeze
end
end

0 comments on commit ad6b3ea

Please sign in to comment.