From 16311bccdf9090873b6d9735b8f39bf509fcb149 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 8 Oct 2024 15:04:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=E2=80=8D=F0=9F=92=BB=20v1.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: Jason Karns --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/performance/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34f353..06a7969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 98200e0..350e4f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/standard/performance/version.rb b/lib/standard/performance/version.rb index 53f3af9..6f6c0ea 100644 --- a/lib/standard/performance/version.rb +++ b/lib/standard/performance/version.rb @@ -1,5 +1,5 @@ module Standard module Performance - VERSION = "1.4.0" + VERSION = "1.5.0" end end