Skip to content

Commit 051526e

Browse files
committed
bump version
1 parent 8e6f8f0 commit 051526e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.26.0] - 2024-08-18
6+
57
### Removed
68

79
- The previously deprecated tuple syntax for defining join fields has been

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.25.0"}
42+
{:flop, "~> 0.26.0"}
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.25.0"
5+
@version "0.26.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)