We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ab158 commit 4929360Copy full SHA for 4929360
CHANGELOG.md
@@ -1,7 +1,11 @@
1
### next
2
3
-* Corrected some RuboCop glitches (#12)
4
-* Drop Ruby 2 and end of life Rails (<7.1) (#13)
+* TODO: Replace this bullet point with an actual description of a change.
+
5
+### 2.0.0 (28 June 2025)
6
7
+* Corrected some RuboCop glitches ([#12](https://github.com/hausgold/boltless/pull/12))
8
+* Drop Ruby 2 and end of life Rails (<7.1) ([#13](https://github.com/hausgold/boltless/pull/13))
9
10
### 1.6.1 (21 May 2025)
11
lib/boltless/version.rb
@@ -3,7 +3,7 @@
# The gem version details.
module Boltless
# The version of the +boltless+ gem
- VERSION = '1.6.1'
+ VERSION = '2.0.0'
class << self
# Returns the version of gem as a string.
0 commit comments