Skip to content

Commit 4929360

Browse files
[Release] Bumped the version to 2.0.0.
1 parent 57ab158 commit 4929360

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
### next
22

3-
* Corrected some RuboCop glitches (#12)
4-
* Drop Ruby 2 and end of life Rails (<7.1) (#13)
3+
* TODO: Replace this bullet point with an actual description of a change.
4+
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))
59

610
### 1.6.1 (21 May 2025)
711

lib/boltless/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The gem version details.
44
module Boltless
55
# The version of the +boltless+ gem
6-
VERSION = '1.6.1'
6+
VERSION = '2.0.0'
77

88
class << self
99
# Returns the version of gem as a string.

0 commit comments

Comments
 (0)