From 18ecc19ca7c8e590a2bf5ea4446f87f0dce92cae Mon Sep 17 00:00:00 2001 From: dshukertjr Date: Tue, 15 Oct 2024 15:13:09 +0900 Subject: [PATCH] chore: Publish v0.0.3 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387a602..06a691d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3 + +- feat: Add support for count and select with count. [#6](https://github.com/supabase-community/mock_supabase_http_client/pull/6) + ## 0.0.2 - fix: Character encoding issues in mock response to handle non-ASCII characters correctly [#3](https://github.com/supabase-community/mock_supabase_http_client/pull/3) @@ -10,4 +14,3 @@ - Basic filtering support. - Basic transformer (order, limit, range, single, maybeSingle) support. - Basic referenced table support. - diff --git a/pubspec.yaml b/pubspec.yaml index 66bc214..e3dc8ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mock_supabase_http_client description: A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase. -version: 0.0.2 +version: 0.0.3 homepage: 'https://supabase.com' repository: https://github.com/supabase-community/mock_supabase_http_client