Skip to content

Commit

Permalink
[Release] Bumped the version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
deployhausgold committed Jul 3, 2024
1 parent 2edb03b commit 2e1be1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### next

* TODO: Replace this bullet point with an actual description of a change.

### 1.6.0

* Dropped support for Ruby <2.7 (#38)
* Moved the schema file validation into the retry block for parallel execution
(#37)
Expand Down
2 changes: 1 addition & 1 deletion lib/rimless/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The gem version details.
module Rimless
# The version of the +rimless+ gem
VERSION = '1.5.1'
VERSION = '1.6.0'

class << self
# Returns the version of gem as a string.
Expand Down
6 changes: 6 additions & 0 deletions log/make.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

0 comments on commit 2e1be1f

Please sign in to comment.