Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Comment thread
patch0 marked this conversation as resolved.
## [Unreleased]

## [0.5.0] - 2026-05-13

### Fixed
* Fix double rendering of the Turnstile widget when used with Turbo (#28)
* Allow more than one Turnstile widget to be rendered on the same page (#30)
Expand Down Expand Up @@ -48,7 +50,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
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:
rpi_turnstile (0.4.0)
rpi_turnstile (0.5.0)
faraday (~> 2.0)
importmap-rails
rails (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rpi_turnstile/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RpiTurnstile
VERSION = '0.4.0'
VERSION = '0.5.0'
end
Loading