Skip to content

Commit 0c5a69f

Browse files
camilopayanczeisejasonkarns
committed
πŸ™ v1.41.0
It's World Octopus Day! Did you know that octopi can regenerate a lost limb and there are more than 300 species around the world? Also, do you consider octopus limbs to be arms or legs? Co-authored-by: Craig Zeise <[email protected]> Co-authored-by: Jason Karns <[email protected]>
1 parent 19d151f commit 0c5a69f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.41.0
6+
57
* Updates rubocop to [1.66.1](https://github.com/rubocop/rubocop/releases/tag/v1.66.1)
68
* Updates standard-performance to [1.5.0](https://github.com/standardrb/standard-performance/releases/tag/v1.5.0)
79

β€ŽGemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
standard (1.40.1)
4+
standard (1.41.0)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
77
rubocop (~> 1.66.0)

β€Žlib/standard/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Standard
2-
VERSION = Gem::Version.new("1.40.1")
2+
VERSION = Gem::Version.new("1.41.0")
33
end

0 commit comments

Comments
Β (0)