Skip to content

Commit 24f34e0

Browse files
committed
bump version
1 parent f66d60d commit 24f34e0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## Unreleased
44

5+
## [0.26.2] - 2025-05-28
6+
7+
### Added
8+
9+
- Recipe for partial UUID filters.
10+
11+
### Changed
12+
13+
- Emit warning if ordering parameters are applied and the query already contains
14+
an `ORDER BY` clause.
15+
16+
### Fixed
17+
18+
- Fix "protocol Enumerable not implemented for type X" error when there is a
19+
validation error and a filter value is a struct.
20+
521
## [0.26.1] - 2024-08-19
622

723
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ file:
3939
```elixir
4040
def deps do
4141
[
42-
{:flop, "~> 0.26.1"}
42+
{:flop, "~> 0.26.2"}
4343
]
4444
end
4545
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Flop.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/woylie/flop"
5-
@version "0.26.1"
5+
@version "0.26.2"
66
@adapters ~w(postgres sqlite)
77

88
def project do

0 commit comments

Comments
 (0)