We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e6d2e commit 3c1a94aCopy full SHA for 3c1a94a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.1.1
4
+
5
+- Fix `total_pages` calculation when `total_entries` is zero
6
7
## v2.1.0
8
9
- Relax the requirements for `scrivener_ecto` to allow >=2.7 and 3.x
mix.exs
@@ -1,6 +1,6 @@
defmodule Scrivener.List.Mixfile do
use Mix.Project
- @version "2.1.0"
+ @version "2.1.1"
@name "Scrivener.List"
@source_url "https://github.com/stephenmoloney/scrivener_list"
@homepage_url "https://hexdocs.pm/scrivener_list"
0 commit comments