Skip to content

Commit 2da9780

Browse files
committed
Version 9.0.9
1 parent 658671a commit 2da9780

18 files changed

Lines changed: 26 additions & 20 deletions

File tree

.github/ISSUE_TEMPLATE/Code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: 👀 Before submitting...
2121
options:
22-
- label: I upgraded to pagy version 9.0.8
22+
- label: I upgraded to pagy version 9.0.9
2323
required: true
2424
- label: I searched through the [Documentation](https://ddnexus.github.io/pagy/)
2525
required: true

.github/latest_release_body.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
77
<!-- whats_new_end -->
88

9-
### Changes in 9.0.8
9+
### Changes in 9.0.9
1010

1111
<!-- changes_start -->
12-
- Keep offset and limit variables untouched by the overflow extra in :empty_page mode (closes #733)
12+
- Set freeze flag to false (#737)
13+
- Fix: Prefix DEFAULT with Pagy:: (#736)
1314
<!-- changes_end -->
1415

1516
[CHANGELOG](https://ddnexus.github.io/pagy/changelog)

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ If you upgrade from version `< 9.0.0` see the following:
2323
- None
2424
<hr>
2525

26+
## Version 9.0.9
27+
28+
- Set freeze flag to false (#737)
29+
- Fix: Prefix DEFAULT with Pagy:: (#736)
30+
2631
## Version 9.0.8
2732

2833
- Keep offset and limit variables untouched by the overflow extra in :empty_page mode (closes #733)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
pagy (9.0.8)
4+
pagy (9.0.9)
55

66
GEM
77
remote: https://rubygems.org/

README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gem/apps/calendar.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#5-calendar-app
1717

18-
VERSION = '9.0.8'
18+
VERSION = '9.0.9'
1919

2020
# Gemfile
2121
require 'bundler/inline'

gem/apps/demo.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# DOC
1919
# https://ddnexus.github.io/pagy/playground/#3-demo-app
2020

21-
VERSION = '9.0.8'
21+
VERSION = '9.0.9'
2222

2323
require 'bundler/inline'
2424
require 'bundler'

gem/apps/rails.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#2-rails-app
1717

18-
VERSION = '9.0.8'
18+
VERSION = '9.0.9'
1919

2020
# Gemfile
2121
require 'bundler/inline'

gem/apps/repro.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# DOC
1616
# https://ddnexus.github.io/pagy/playground/#1-repro-app
1717

18-
VERSION = '9.0.8'
18+
VERSION = '9.0.9'
1919

2020
require 'bundler/inline'
2121
require 'bundler'

gem/bin/pagy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4-
VERSION = '9.0.8'
4+
VERSION = '9.0.9'
55
APPS = %w[repro rails demo calendar keyset_ar keyset_s].freeze
66
LINUX = RbConfig::CONFIG['host_os'].include?('linux')
77
HOST = '0.0.0.0'

0 commit comments

Comments
 (0)