Skip to content

Commit

Permalink
πŸ‘©β€πŸ’» v1.5.0
Browse files Browse the repository at this point in the history
It's Ada Lovelace day! Did you know the first programmer
was a woman named Ada Lovelace in England?

You can learn more about Ada Lovelace and Ada Lovelace on
[findingada.com](https://findingada.com/)

You can read an alternate history comic book about Ada Lovelace by
Sydney Padua [right here](https://sydneypadua.com/2dgoggles/)

Co-authored-by: Craig Zeise <[email protected]>
Co-authored-by: Jason Karns <[email protected]>
  • Loading branch information
3 people committed Oct 8, 2024
1 parent b6346b1 commit 16311bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.5.0

- Updates rubocop-performance from 1.21.0 to [1.22.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.22.1)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard-performance (1.4.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.22.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/standard/performance/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Standard
module Performance
VERSION = "1.4.0"
VERSION = "1.5.0"
end
end

0 comments on commit 16311bc

Please sign in to comment.