From 1bddedef58990fa52310ecb10f5ef980f02a9ae0 Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Wed, 13 May 2026 13:24:03 +0100 Subject: [PATCH 1/2] Release 0.5.0 --- CHANGELOG.md | 5 +++-- Gemfile.lock | 2 +- lib/rpi_turnstile/version.rb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7aa573..ab3abc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2026-05-13 ### Fixed * Fix double rendering of the Turnstile widget when used with Turbo (#28) @@ -48,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Initial release -[unreleased]: https://github.com/RaspberryPiFoundation/rpi-turnstile/compare/v0.4.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/rpi-turnstile/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/RaspberryPiFoundation/rpi-turnstile/releases/tag/v0.5.0 [0.4.0]: https://github.com/RaspberryPiFoundation/rpi-turnstile/releases/tag/v0.4.0 [0.3.1]: https://github.com/RaspberryPiFoundation/rpi-turnstile/releases/tag/v0.3.1 [0.3.0]: https://github.com/RaspberryPiFoundation/rpi-turnstile/releases/tag/v0.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 86440f7..360fee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rpi_turnstile (0.4.0) + rpi_turnstile (0.5.0) faraday (~> 2.0) importmap-rails rails (~> 7.0) diff --git a/lib/rpi_turnstile/version.rb b/lib/rpi_turnstile/version.rb index eede775..0c0c922 100644 --- a/lib/rpi_turnstile/version.rb +++ b/lib/rpi_turnstile/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RpiTurnstile - VERSION = '0.4.0' + VERSION = '0.5.0' end From d35d7992a68946170e5084ae38306860a019f1c1 Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Wed, 13 May 2026 13:27:42 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3abc5..2089197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2026-05-13 ### Fixed