Skip to content

Commit

Permalink
Version 9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Dec 8, 2024
1 parent 5df4074 commit 85f97dc
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
attributes:
label: 👀 Before submitting...
options:
- label: I upgraded to pagy version 9.3.2
- label: I upgraded to pagy version 9.3.3
required: true
- label: I searched through the [Documentation](https://ddnexus.github.io/pagy/)
required: true
Expand Down
8 changes: 6 additions & 2 deletions .github/latest_release_body.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
- See the [Changelog](https://ddnexus.github.io/pagy/changelog) for possible breaking changes
<!-- whats_new_end -->

### Changes in 9.3.2
### Changes in 9.3.3

<!-- changes_start -->
- Improve gapped series computation by a few milliseconds
- Add test for locales - to find problematic keys (#752)
- Update locales: zh-CN, zh-HK, zh-TW (#751) (fix #608, fix #609, fix #610)
- Remove :other from :aria_label key and code comment
- Change :item_name which had :one_other keys to default to the :other key
- Fix comment
<!-- changes_end -->

[CHANGELOG](https://ddnexus.github.io/pagy/changelog)
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ can expect the old functionality to be supported ONLY during the next releases b

## Recommended Version Constraint

Given a version number `MAJOR.MINOR.PATCH` (e.g. `9.3.2`):
Given a version number `MAJOR.MINOR.PATCH` (e.g. `9.3.3`):

The `gem 'pagy', '~> 9.3'` Gemfile entry (without the PATCH number) ensures that the `bundle update` command will update pagy to
the most recent version WITHOUT BREAKING CHANGES.
Expand All @@ -42,6 +42,14 @@ If you upgrade from version `< 9.0.0` see the following:
- `:after_latest` keyset variable: use `:filter_newest`
<hr>

## Version 9.3.3

- Add test for locales - to find problematic keys (#752)
- Update locales: zh-CN, zh-HK, zh-TW (#751) (fix #608, fix #609, fix #610)
- Remove :other from :aria_label key and code comment
- Change :item_name which had :one_other keys to default to the :other key
- Fix comment

## Version 9.3.2

- Improve gapped series computation by a few milliseconds
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: gem
specs:
pagy (9.3.2)
pagy (9.3.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gem/apps/calendar.ru
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Bundle
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/apps/demo.ru
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Bundle
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/apps/keyset_ar.ru
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Bundle
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/apps/keyset_s.ru
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Bundle
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/apps/rails.ru
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Gemfile
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/apps/repro.ru
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# URL
# http://0.0.0.0:8000

VERSION = '9.3.2'
VERSION = '9.3.3'

# Bundle
require 'bundler/inline'
Expand Down
2 changes: 1 addition & 1 deletion gem/bin/pagy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

VERSION = '9.3.2'
VERSION = '9.3.3'
LINUX = RbConfig::CONFIG['host_os'].include?('linux')
HOST = '0.0.0.0'
PORT = '8000'
Expand Down
2 changes: 1 addition & 1 deletion gem/config/pagy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Pagy initializer file (9.3.2)
# Pagy initializer file (9.3.3)
# Customize only what you really need and notice that the core Pagy works also without any of the following lines.
# Should you just cherry pick part of this file, please maintain the require-order of the extras

Expand Down
4 changes: 2 additions & 2 deletions gem/javascripts/pagy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85f97dc

Please sign in to comment.