Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Set27 committed Aug 27, 2024
1 parent f3b7e01 commit c52c29a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-

## master

## 1.6.0 (2024-08-26)
## 1.6.0 (2024-08-27)

### Changed

* **(Breaking)** Support Ruby >= 3.0.0

* Update rubocop to `1.65.1`. ([@Set27])
* Update rubocop-graphql to `1.5.4`. ([@Set27])
* Update rubocop-rails to `2.26`. ([@Set27])
* Update rubocop-spec to `3.0.4`. ([@Set27])

## 1.5.0 (2023-09-11)

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Add this line to your application's Gemfile:

```ruby
group :test, :development do
gem 'datarockets-style', '~> 1.5.0'
gem 'datarockets-style', '~> 1.6.0'
end
```

Or, for a Ruby library, add this to your gemspec:

```ruby
spec.add_development_dependency 'datarockets-style', '~> 1.5.0'
spec.add_development_dependency 'datarockets-style', '~> 1.6.0'
```

And then execute:
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 @@
# frozen_string_literal: true

module DatarocketsStyle
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit c52c29a

Please sign in to comment.