We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab1f77 commit 05302a1Copy full SHA for 05302a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### next
2
3
+* TODO: Replace this bullet point with an actual description of a change.
4
+
5
+### 1.5.1 (17 January 2025)
6
7
* Added the logger dependency (#8)
8
9
### 1.5.0 (3 January 2025)
lib/boltless/version.rb
@@ -3,7 +3,7 @@
# The gem version details.
module Boltless
# The version of the +boltless+ gem
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
class << self
# Returns the version of gem as a string.
0 commit comments