Skip to content

Commit a35f5f0

Browse files
authored
chore: release 1.0.1 (#20)
1 parent 51b7747 commit a35f5f0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/supabase-community/postgrest-ex/compare/v1.0.0...v1.0.1) (2025-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* massive tests, fixed query param and filter minor bugs ([#19](https://github.com/supabase-community/postgrest-ex/issues/19)) ([51b7747](https://github.com/supabase-community/postgrest-ex/commit/51b7747748480d9da614791f3d580baf088539cd))
9+
310
## [1.0.0](https://github.com/supabase-community/postgrest-ex/compare/v1.0.0...v1.0.0) (2025-07-15)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule PostgREST.MixProject do
66
def project do
77
[
88
app: :supabase_postgrest,
9-
version: "1.0.0",
9+
version: "1.0.1",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)