Skip to content

Commit ad6b3ea

Browse files
Bump version to 0.10.0
1 parent 38cfd37 commit ad6b3ea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.10.0 (2020-07-17)
8+
79
### Changed
810

911
* Update rubocop to `0.88.0`. ([@r.dubrovsky][])

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
datarockets-style (0.9.0)
4+
datarockets-style (0.10.0)
55
rubocop (~> 0.88)
66
rubocop-rails (>= 2.6.0, < 2.7.0)
77
rubocop-rspec (~> 1.42)

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.9.0".freeze
3+
VERSION = "0.10.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)